Skip to content

Commit 8bd0f5c

Browse files
Merge pull request #22 from rundeck-plugins/snyk-scan
Add centralized Snyk security scanning
2 parents a3f9fab + b547692 commit 8bd0f5c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/snyk-scan.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Snyk Scan
2+
3+
on:
4+
push:
5+
branches: [ main, master ]
6+
pull_request:
7+
branches: [ main, master ]
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

Comments
 (0)