Skip to content

Commit afcab30

Browse files
authored
Update snyk-security.yml
Signed-off-by: David Osipov <[email protected]>
1 parent 0205a45 commit afcab30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/snyk-security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)