We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad0628 commit 161ee05Copy full SHA for 161ee05
.github/workflows/snyk_sca_scan.yaml
@@ -18,8 +18,8 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: Run Snyk to check for opensource vulnerabilities
21
- uses: snyk/actions/node@master
+ uses: snyk/actions/setup@master
22
+ run: |
23
+ snyk test --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=critical
24
env:
25
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
- with:
- args: --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=critical
0 commit comments