From 265691c86fe4bb1f28233151749a61dbcf5fe471 Mon Sep 17 00:00:00 2001 From: Ben Manes Date: Fri, 22 Sep 2023 20:00:05 -0700 Subject: [PATCH] snyk --- .github/workflows/snyk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index b5123a4c7f..e7cda2fa04 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -45,7 +45,7 @@ jobs: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: command: test - args: --sarif-file-output=snyk.sarif -- --no-configuration-cache + args: --sarif-file-output=snyk.sarif --all-sub-projects -- --no-configuration-cache - name: Check file existence id: check_files uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2.0.0 @@ -63,4 +63,4 @@ jobs: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: command: monitor - args: -- --no-configuration-cache + args: --all-sub-projects -- --no-configuration-cache