build(deps): bump notdodo/github-actions from babf5448da25db0c3d47d0348fb3d6979e7fc555 to f7181d1dec278ef7b8bafbbbed2ab55e2dbcca7b #38
Workflow file for this run
This file contains 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: Infrastructure Security Scan | |
on: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- "**.go" | |
- "**.md" | |
- "go.mod" | |
- "go.sum" | |
pull_request: | |
branches: | |
- main | |
paths-ignore: | |
- "**.go" | |
- "**.md" | |
- "go.mod" | |
- "go.sum" | |
concurrency: | |
group: iamme-kics-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
infra-security-scan: | |
uses: notdodo/github-actions/.github/workflows/infra-security-scan.yml@f7181d1dec278ef7b8bafbbbed2ab55e2dbcca7b | |
# v0.1.2 |