We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b623e39 + 5b201d8 commit 47b72f6Copy full SHA for 47b72f6
.github/workflows/snyk-security.yml
@@ -54,7 +54,7 @@ jobs:
54
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
55
# Use || true to not fail the pipeline
56
- name: Snyk Code test
57
- run: snyk code test --sarif > snyk-code.sarif # || true
+ run: snyk code test --sarif -d > snyk-code.sarif # || true
58
59
# Runs Snyk Open Source (SCA) analysis and uploads result to Snyk.
60
- name: Snyk Open Source monitor
0 commit comments