We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcab30 commit 428ba2fCopy full SHA for 428ba2f
.github/workflows/snyk-security.yml
@@ -71,7 +71,7 @@ jobs:
71
continue-on-error: true # To make sure that SARIF upload gets called
72
env:
73
SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}
74
- run: snyk test monitor --all-projects --sarif-file-output=sarif/snyk.sarif
+ run: snyk test --all-projects --sarif-file-output=sarif/snyk.sarif
75
76
# Push the Snyk Code results into GitHub Code Scanning tab
77
- name: Upload result to GitHub Code Scanning
0 commit comments