Skip to content

Commit 9593e46

Browse files
authored
Chore: Add SCA scan workflow (#859)
1 parent 49667fd commit 9593e46

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: "8"
15+
secrets: inherit

0 commit comments

Comments
 (0)