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 b658064 commit 9042933Copy full SHA for 9042933
.github/workflows/snyk-GHA-sharedaction-java-goof
@@ -0,0 +1,15 @@
1
+name: Snyk Scan (External Shared Action)
2
+
3
+on:
4
+ push:
5
+ branches: [ master ]
6
+ pull_request:
7
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