Skip to content

Commit 235fa19

Browse files
chore: add SCA scan workflow using Snyk (#1049)
1 parent 1b6496c commit 235fa19

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/sca_scan.yml

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

0 commit comments

Comments
 (0)