Skip to content

Commit b547692

Browse files
committed
Adding centralized Snyk Scanning
1 parent a3f9fab commit b547692

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)