We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ec50f2 + becc244 commit 0e134d2Copy full SHA for 0e134d2
1 file changed
.github/workflows/snyk-scan.yml
@@ -0,0 +1,15 @@
1
+name: Snyk Scan
2
+
3
+on:
4
+ push:
5
+ branches: [ main, master ]
6
+ pull_request:
7
8
+ workflow_dispatch:
9
10
+jobs:
11
+ security:
12
+ uses: rundeck-plugins/.github/.github/workflows/snyk-scan-reusable.yml@main
13
+ secrets:
14
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
15
+ SNYK_ORG_ID: ${{ secrets.SNYK_ORG_ID }}
0 commit comments