Skip to content

[sec]: enforce static scan of infra files workflow #7

[sec]: enforce static scan of infra files workflow

[sec]: enforce static scan of infra files workflow #7

name: Infrastructure Security Scan
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ghas-infra-${{ github.ref }}
cancel-in-progress: true
jobs:
infra-scan:
uses: notdodo/github-actions/.github/workflows/infra-security-scan.yml@infra-scan-v0
secrets:
token: ${{ secrets.GITHUB_TOKEN }}