Skip to content

CSV

CSV #8

Workflow file for this run

name: CSV
on:
workflow_dispatch:
jobs:
CSV:
runs-on: ubuntu-latest
steps:
- name: CSV export
uses: advanced-security/ghas-to-csv@v3
env:
GITHUB_PAT: ${{ secrets.FPAT }}
GITHUB_REPORT_SCOPE: "organization"
SCOPE_NAME: "octodemo"
- name: Upload CSV
uses: actions/upload-artifact@v3
with:
name: ghas-data
path: ${{ github.workspace }}/*.csv
if-no-files-found: error