From 944c2153274263677b3248db9714896052d4439d Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Sun, 7 Dec 2025 20:10:27 -0800 Subject: [PATCH] chore: Simplify Snyk test command by removing unnecessary options --- .github/workflows/Publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index b29060e6..6a3ac50c 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -268,7 +268,7 @@ jobs: continue-on-error: true env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - run: snyk test --file=QuanTAlib.sln --all-projects --detection-depth=4 + run: snyk test --file=QuanTAlib.sln # ============================================================================== # 7. CodeQL Analysis