chore(ci): enable snyk debug
All checks were successful
Validate PR Title / validate (pull_request) Successful in 7s
CI / ci (pull_request) Successful in 1m8s

This commit is contained in:
Luke Tainton 2025-05-31 11:37:30 +01:00
parent d61ffd601b
commit 9d6b04427f
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -85,7 +85,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
# command: snyk
args: snyk test --all-projects --exclude=.archive
args: DEBUG=*snyk* snyk test --all-projects --exclude=.archive
- name: Reverse set up environment for Snyk
run: |