We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccaeaaa commit bee2f84Copy full SHA for bee2f84
1 file changed
.github/workflows/sca_scan.yml
@@ -0,0 +1,12 @@
1
+name: SCA
2
+
3
+on:
4
+ push:
5
+ branches: ["master", "main", "**"]
6
7
+jobs:
8
+ snyk-cli:
9
+ uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
10
+ with:
11
+ additional-arguments: "--exclude=README.md,.jfrog"
12
+ secrets: inherit
0 commit comments