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 a935612 commit a916414Copy full SHA for a916414
.github/workflows/snyk-security.yml
@@ -21,3 +21,20 @@ jobs:
21
debug: false
22
snyk-org: ${{ vars.SNYK_ORG }}
23
secrets: inherit
24
+
25
+ snyk-code-scan:
26
+ name: Snyk Code Scan (SAST)
27
+ permissions:
28
+ contents: read
29
+ actions: read
30
+ security-events: write
31
+ uses: datum-cloud/actions/.github/workflows/snyk-scan.yaml@59769c197eef6e792c22365a03b1b674033b4657
32
+ with:
33
+ command: "code test"
34
+ fail-on-issues: false
35
+ severity-threshold: "low"
36
+ args: "--report"
37
+ upload-sarif: false
38
+ debug: false
39
+ snyk-org: ${{ vars.SNYK_ORG }}
40
+ secrets: inherit
0 commit comments