Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 4efeebe

Browse files
sca-scan.yml
1 parent e2473f4 commit 4efeebe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.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)