Skip to content

Commit 47b72f6

Browse files
authored
Merge pull request #1408 from Anselmoo/Anselmoo-patch-2
ci: Update snyk-security.yml
2 parents b623e39 + 5b201d8 commit 47b72f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
5555
# Use || true to not fail the pipeline
5656
- name: Snyk Code test
57-
run: snyk code test --sarif > snyk-code.sarif # || true
57+
run: snyk code test --sarif -d > snyk-code.sarif # || true
5858

5959
# Runs Snyk Open Source (SCA) analysis and uploads result to Snyk.
6060
- name: Snyk Open Source monitor

0 commit comments

Comments
 (0)