Skip to content

chore(deps-dev): Bump mypy from 1.14.1 to 1.19.1 #16

chore(deps-dev): Bump mypy from 1.14.1 to 1.19.1

chore(deps-dev): Bump mypy from 1.14.1 to 1.19.1 #16

Workflow file for this run

name: SCA
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
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