Skip to content

Commit 428ba2f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ 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 monitor --all-projects --sarif-file-output=sarif/snyk.sarif
74+
run: snyk test --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

0 commit comments

Comments
 (0)