Skip to content

Commit 354c720

Browse files
authored
Adds Synk cli scanner check (#321)
1 parent 1c42b4d commit 354c720

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/sca_scan.yml

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

0 commit comments

Comments
 (0)