From ffe4734d889291782deaf1db532af9b28d7ec852 Mon Sep 17 00:00:00 2001 From: cypresschris <96069059+cypresschris@users.noreply.github.com> Date: Mon, 5 Jun 2023 08:35:24 -0500 Subject: [PATCH] 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> --- .github/workflows/snyk_sca_scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk_sca_scan.yaml b/.github/workflows/snyk_sca_scan.yaml index 6edeb57462..1aa7fcfb54 100644 --- a/.github/workflows/snyk_sca_scan.yaml +++ b/.github/workflows/snyk_sca_scan.yaml @@ -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 }}