Skip to content
6 changes: 4 additions & 2 deletions .github/workflows/sca_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: SCA

on:
push:
branches: ["master", "main", "**"]
branches: [ "master", "main", "**" ]

jobs:
snyk-cli:
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
with:
additional-arguments: "--exclude=README.md,.jfrog"
java-version: "17"
pre-scan-commands: "./gradlew :guardian:dependencies --no-daemon --console=plain"
additional-arguments: "--exclude=app"
secrets: inherit