From bee2f8485f8924cfe4d10609e98565171f3181ac Mon Sep 17 00:00:00 2001 From: beep-92 Date: Thu, 12 Mar 2026 17:42:14 -0400 Subject: [PATCH] [SEC-5317 ]Create sca_scan.yml Creating SCA workflow --- .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