Skip to content

Commit

Permalink
Changes to mimic yaml on Cypress public repo (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Brown committed Jul 12, 2023
1 parent 8ad0628 commit 161ee05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snyk_sca_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Run Snyk to check for opensource vulnerabilities
uses: snyk/actions/node@master
uses: snyk/actions/setup@master
run: |
snyk test --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=critical
env:
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 comments on commit 161ee05

Please sign in to comment.