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 428ba2f commit 6123532Copy full SHA for 6123532
.github/workflows/snyk-security.yml
@@ -71,12 +71,12 @@ jobs:
71
continue-on-error: true # To make sure that SARIF upload gets called
72
env:
73
SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}
74
- run: snyk test --all-projects --sarif-file-output=sarif/snyk.sarif
+ run: snyk test --all-projects --sarif-file-output=sarif/snyk-SCA.sarif
75
76
# Push the Snyk Code results into GitHub Code Scanning tab
77
- name: Upload result to GitHub Code Scanning
78
uses: github/codeql-action/upload-sarif@6349095d19ec30397ffb02a63b7aa4f867deb563
79
80
81
with:
82
- sarif_file: sarif/snyk.sarif
+ sarif_file: sarif
0 commit comments