From 8bb1f4dbf6c081688ee23d58d94f86d982def460 Mon Sep 17 00:00:00 2001 From: beep-92 Date: Fri, 13 Mar 2026 14:15:46 -0400 Subject: [PATCH] [SEC-5521] Create sca_scan.yml Create SCA scans --- .github/workflows/sca_scan.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/sca_scan.yml diff --git a/.github/workflows/sca_scan.yml b/.github/workflows/sca_scan.yml new file mode 100644 index 0000000..8bef070 --- /dev/null +++ b/.github/workflows/sca_scan.yml @@ -0,0 +1,12 @@ +name: SCA + +on: + push: + branches: ["master", "main", "**"] + +jobs: + snyk-cli: + uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main + with: + additional-arguments: "--exclude=README.md,.jfrog" + secrets: inherit