File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,20 +63,20 @@ jobs:
6363 env :
6464 SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
6565 with :
66- args : --sarif-file-output=sarif/snyk-vulnerabilities .sarif
66+ args : --sarif-file-output=sarif/snyk.sarif
6767
6868
6969 # Runs Snyk Open Source (SCA) analysis and uploads result to Snyk.
7070 - name : Snyk Open Source monitor
7171 continue-on-error : true # To make sure that SARIF upload gets called
7272 env :
7373 SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
74- run : snyk test monitor --all-projects --sarif-file-output=sarif/snyk-SCA .sarif
74+ run : snyk test monitor --all-projects --sarif-file-output=sarif/snyk.sarif
7575
7676 # Push the Snyk Code results into GitHub Code Scanning tab
7777 - name : Upload result to GitHub Code Scanning
7878 uses : github/codeql-action/upload-sarif@6349095d19ec30397ffb02a63b7aa4f867deb563
7979 env :
8080 SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
8181 with :
82- sarif_file : sarif
82+ sarif_file : sarif/snyk.sarif
You can’t perform that action at this time.
0 commit comments