mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-13 16:18:05 +00:00
chore: Simplify Snyk test command by removing unnecessary options
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user