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 5debdd0 commit 90c9d94Copy full SHA for 90c9d94
.github/workflows/sca-scan.yml
@@ -10,4 +10,6 @@ jobs:
10
- name: Run Snyk to check for vulnerabilities
11
uses: snyk/actions/node@master
12
env:
13
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
+ with:
15
+ args: --all-projects
0 commit comments