Skip to content

Commit 161ee05

Browse files
author
Ken Brown
authored
Changes to mimic yaml on Cypress public repo (#671)
1 parent 8ad0628 commit 161ee05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/snyk_sca_scan.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: Run Snyk to check for opensource vulnerabilities
21-
uses: snyk/actions/node@master
21+
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
2224
env:
2325
SNYK_TOKEN: ${{ secrets.SNYK_API_TOKEN }}
24-
with:
25-
args: --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=critical

0 commit comments

Comments
 (0)