diff --git a/.github/workflows/sca_scan.yml b/.github/workflows/sca_scan.yml index 563317b5..9f7d29d6 100644 --- a/.github/workflows/sca_scan.yml +++ b/.github/workflows/sca_scan.yml @@ -2,11 +2,12 @@ name: SCA on: push: - branches: ["master", "main", "**"] + branches: [ "main", "**"] jobs: snyk-cli: uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main with: + java-version: "17" additional-arguments: "--exclude=README.md,.jfrog" secrets: inherit \ No newline at end of file