chore: Add events module, async token support, and connection retry resilience #48
Workflow file for this run
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 |