Skip to content

Commit 9042933

Browse files
authored
Create snyk-GHA-sharedaction-java-goof
1 parent b658064 commit 9042933

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Snyk Scan (External Shared Action)
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
9+
jobs:
10+
monitor:
11+
uses: mimidas-snyk/snyk-GHA-sharedaction-java-goof/.github/workflows/snyk-node-shared-action.yml@main
12+
with:
13+
SNYK_ORG: dc9e71be-cc1d-4b7a-87bf-6640adf930ee
14+
secrets:
15+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)