Skip to content

chore(deps-dev): Bump types-requests from 2.32.0.20241016 to 2.32.4.20260107 #17

chore(deps-dev): Bump types-requests from 2.32.0.20241016 to 2.32.4.20260107

chore(deps-dev): Bump types-requests from 2.32.0.20241016 to 2.32.4.20260107 #17

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