Skip to content

Commit 61bf00f

Browse files
feat: add SCA workflow and remove legacy snyk workflow
1 parent f2ec971 commit 61bf00f

2 files changed

Lines changed: 12 additions & 40 deletions

File tree

.github/workflows/sca_scan.yml

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

.github/workflows/snyk.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)