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 6060 env :
6161 SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
6262 with :
63- args : --sarif-file-output=snyk-vulnerabilities.sarif
63+ args : --sarif-file-output=./sarif/ snyk-vulnerabilities.sarif
6464 command : monitor
6565
6666
@@ -69,12 +69,12 @@ jobs:
6969 continue-on-error : true # To make sure that SARIF upload gets called
7070 env :
7171 SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
72- run : snyk test monitor --all-projects --sarif-file-output=snyk-SCA.sarif
72+ run : snyk test monitor --all-projects --sarif-file-output=./sarif/ snyk-SCA.sarif
7373
7474 # Push the Snyk Code results into GitHub Code Scanning tab
7575 - name : Upload result to GitHub Code Scanning
7676 uses : github/codeql-action/upload-sarif@6349095d19ec30397ffb02a63b7aa4f867deb563
7777 env :
7878 SNYK_TOKEN : ${{ secrets.SNYK_SECRET_TOKEN }}
7979 with :
80- sarif_file : snyk-vulnerabilities. sarif snyk-SCA.sarif
80+ sarif_file : ./ sarif/
You can’t perform that action at this time.
0 commit comments