Skip to content

Commit

Permalink
Create usage-org.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone authored Dec 2, 2024
1 parent bedad73 commit dabaaf7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/usage-org.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Usage Org CSV
on:
push:
pull_request:
workflow_dispatch:

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
id: export
with:
github-token: ${{ secrets.PAT }}
organization: octodemo/vulnerable-node
- uses: austenstone/json-to-csv@main
with:
json-artifact-name: ${{ steps.export.outputs.artifact-name }}
create-artifact: true
artifact-name: "GitHub Security Alerts CSV"

0 comments on commit dabaaf7

Please sign in to comment.