fix(ci): fix Snyk CLI cmds
Some checks failed
Validate PR Title / validate (pull_request) Successful in 9s
CI / ci (pull_request) Failing after 56s

This commit is contained in:
Luke Tainton 2025-05-31 11:32:54 +01:00
parent 44b35f7066
commit 00a1396085
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -75,8 +75,8 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: code test
args: --all-projects --exclude=.archive
command: snyk
args: code test --all-projects --exclude=.archive
- name: Snyk Vulnerability Scan
uses: snyk/actions/python@master
@ -84,8 +84,8 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: test
args: --all-projects --exclude=.archive
command: snyk
args: test --all-projects --exclude=.archive
- name: Reverse set up environment for Snyk
run: |