Skip to content

Replace Snyk workflow with centralized SCA scan (#496) #5

Replace Snyk workflow with centralized SCA scan (#496)

Replace Snyk workflow with centralized SCA scan (#496) #5

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:
php-version: "8.2"
additional-arguments: "--exclude=vendor"
pre-scan-commands: |
composer install --no-interaction --prefer-dist
secrets: inherit