chore(deps-dev): bump types-requests from 2.32.4.20260107 to 2.33.0.20260518 #86
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |