mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-12 10:10:32 -06:00
chore: fix snyk scan to ignore the nx cloud build files (#31025)
* Update snyk_sca_scan.yaml * empty commit * bump elliptic --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
This commit is contained in:
2
.github/workflows/snyk_sca_scan.yaml
vendored
2
.github/workflows/snyk_sca_scan.yaml
vendored
@@ -40,6 +40,6 @@ jobs:
|
||||
- name: Perform SCA Scan
|
||||
continue-on-error: false
|
||||
run: |
|
||||
snyk test --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=system-tests,tooling,docker,Dockerfile --severity-threshold=critical
|
||||
snyk test --all-projects --strict-out-of-sync=false --detection-depth=6 --exclude=.nx,system-tests,tooling,docker,Dockerfile --severity-threshold=critical
|
||||
env:
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user