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 e5362d3 commit bf59e9aCopy full SHA for bf59e9a
.github/workflows/snyk-security.yml
@@ -0,0 +1,23 @@
1
+name: Snyk Security Scan
2
+
3
+on:
4
+ workflow_call:
5
+ push:
6
7
+jobs:
8
+ snyk-deps-scan:
9
+ name: Snyk Dependencies Scan
10
+ permissions:
11
+ contents: read
12
+ actions: read
13
+ security-events: write
14
+ uses: datum-cloud/actions/.github/workflows/snyk-scan.yaml@59769c197eef6e792c22365a03b1b674033b4657
15
+ with:
16
+ command: "test"
17
+ fail-on-issues: false
18
+ severity-threshold: "high"
19
+ args: "--report"
20
+ upload-sarif: false
21
+ debug: false
22
+ snyk-org: ${{ vars.SNYK_ORG }}
23
+ secrets: inherit
0 commit comments