Skip to content

Commit 3e9274f

Browse files
authored
Update snyk-security.yml
added debug flag to see what's going on
1 parent d387930 commit 3e9274f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
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 -d --sarif > 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)