Skip to content

Commit 84d4c8f

Browse files
authored
Merge branch 'master' into chore/bump-commons-beanutils
2 parents 3fcfbcb + 5c923d4 commit 84d4c8f

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)