Skip to content

Commit 5c923d4

Browse files
authored
Chore: Add SCA scan workflow (#762)
2 parents 1f3f1e3 + 09a4da5 commit 5c923d4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/sca_scan.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: SCA
2+
3+
on:
4+
push:
5+
branches: ["master"]
6+
pull_request:
7+
branches: ["master"]
8+
9+
jobs:
10+
snyk-cli:
11+
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
12+
with:
13+
additional-arguments: "--exclude=README.md"
14+
java-version: "11"
15+
secrets: inherit

0 commit comments

Comments
 (0)