Skip to content

Release v6.0.0.beta.2 #22

Release v6.0.0.beta.2

Release v6.0.0.beta.2 #22

Workflow file for this run

name: SCA
on:
push:
branches: ["master", "v6"]
pull_request:
branches: ["master", "v6"]
jobs:
snyk-cli:
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
with:
ruby-version: "3.4"
additional-arguments: "--exclude=README.md,.jfrog,examples"
pre-scan-commands: |
bundle install
secrets: inherit