diff --git a/.github/workflows/sca_scan.yml b/.github/workflows/sca_scan.yml new file mode 100644 index 0000000..44e9f11 --- /dev/null +++ b/.github/workflows/sca_scan.yml @@ -0,0 +1,13 @@ +name: SCA + +on: + push: + branches: + - "**" + +jobs: + snyk-cli: + uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main + with: + additional-arguments: "--exclude=README.md" + secrets: inherit