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 63f0574 commit 970a7f6Copy full SHA for 970a7f6
.github/workflows/snyk.yaml
@@ -10,9 +10,9 @@ jobs:
10
env:
11
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
12
with:
13
- args: --severity-threshold=high --report
14
- sarif: true
+ args: --severity-threshold=high --sarif --sarif-file-output=snyk.sarif --report
15
- name: Upload result to GitHub Code Scanning
16
uses: github/codeql-action/upload-sarif@v2
17
18
sarif_file: snyk.sarif
+ if: always()
0 commit comments