Skip to content

Commit a916414

Browse files
author
Oscar Llamas
committed
add(snyk): code scan SAST job
1 parent a935612 commit a916414

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/snyk-security.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,20 @@ jobs:
2121
debug: false
2222
snyk-org: ${{ vars.SNYK_ORG }}
2323
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

Comments
 (0)