Skip to content

Commit 21e9c51

Browse files
committed
Try using Snyk Org ID, rather than just Org Name.
1 parent c38856d commit 21e9c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 -d --org=davewichers --sarif > snyk-code.sarif # || true
57+
run: snyk code test -d --org=f9c086cb-5850-4478-89a6-cf9bf67ef496 --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)