We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23370d1 commit 00be92eCopy full SHA for 00be92e
.github/workflows/generate-sarif.yml
.github/workflows/release.yml
@@ -36,3 +36,19 @@ jobs:
36
- run: npm publish --provenance
37
env:
38
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39
+
40
+ generate_sarif_report:
41
+ runs-on: ubuntu-latest
42
+ steps:
43
+ - uses: actions/checkout@v4
44
+ - name: actions/setup
45
+ uses: ./.github/actions/setup
46
47
+ - name: "Generate Sarif Report"
48
+ uses: "alcaeus/drivers-github-tools/code-scanning-export@export-code-scanning-report"
49
+ with:
50
+ ref: main
51
52
+ - name: 'Print (TODO - upload to s3 instead)'
53
+ shell: bash
54
+ run: cat code-scanning-alerts.json
0 commit comments