mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 17:50:01 -06:00
chore: update Snyk to scan all projects (#26867)
* SEC-544 chore: [Snyk] Update Snyk flag in Git actn * Update snyk_sca_scan.yaml Removed --debug switch from the test command --------- Co-authored-by: brady-cypressio <90723145+brady-cypressio@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/snyk_sca_scan.yaml
vendored
2
.github/workflows/snyk_sca_scan.yaml
vendored
@@ -27,6 +27,6 @@ jobs:
|
||||
- name: Perform SCA Scan
|
||||
continue-on-error: false
|
||||
run: |
|
||||
snyk test --yarn-workspaces --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=critical
|
||||
snyk test --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=docker,Dockerfile --severity-threshold=critical
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user