Skip to content

Commit 30f7043

Browse files
committed
sca-scan.yml
1 parent 173ea0b commit 30f7043

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sca-scan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
- name: Run Snyk to check for vulnerabilities
1111
uses: snyk/actions/node@master
1212
env:
13-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
13+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14+
with:
15+
args: --all-projects

0 commit comments

Comments
 (0)