Skip to content

Moved to common workflows #4

Moved to common workflows

Moved to common workflows #4

Workflow file for this run

name: Vulnerability scanning
on:
- pull_request
jobs:
terraform-scan:
name: Vulnerability scanning
uses: truefoundry/github-workflows-public/.github/workflows/terraform-scan.yml@main
secrets:
snyk_token: ${{ secrets.SNYK_TOKEN }}