Skip to content

chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 #12

chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3

chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 #12

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:
pre-scan-commands: "pip install -r requirements.txt"
additional-arguments: "--exclude=README.md"
python-version: "3.12"
secrets: inherit