chore: Simplify Snyk test command by removing unnecessary options

This commit is contained in:
Miha Kralj
2025-12-07 20:10:27 -08:00
parent 8277ed9ccf
commit 944c215327
+1 -1
View File
@@ -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