Skip to content

feat: update SCA workflow with Python version and pre-scan commands #4

feat: update SCA workflow with Python version and pre-scan commands

feat: update SCA workflow with Python version and pre-scan commands #4

Workflow file for this run

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