We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38856d commit 21e9c51Copy full SHA for 21e9c51
.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 -d --org=davewichers --sarif > snyk-code.sarif # || true
+ run: snyk code test -d --org=f9c086cb-5850-4478-89a6-cf9bf67ef496 --sarif > 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