Skip to content

Release 5.2.0

Release 5.2.0 #7

Workflow file for this run

name: SCA
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
snyk-cli:
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
with:
additional-arguments: "--exclude=README.md,.jfrog --command=./venv/bin/python3"
python-version: "3.11"
pre-scan-commands: |
python3 -m venv venv --upgrade-deps
./venv/bin/pip3 install -r requirements.txt
secrets: inherit