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:
Ryan Manuel
2025-02-11 15:39:39 +00:00
committed by GitHub
parent 2e3e7ac320
commit 1042f4abf1
2 changed files with 4 additions and 4 deletions

View File

@@ -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 }}