Skip to content

Commit 6123532

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snyk-security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
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 --all-projects --sarif-file-output=sarif/snyk.sarif
74+
run: snyk test --all-projects --sarif-file-output=sarif/snyk-SCA.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/snyk.sarif
82+
sarif_file: sarif

0 commit comments

Comments
 (0)