Skip to content

update

update #40

Workflow file for this run

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@cabf073f973a7074895d52d9ba3b59d5b05241ee
# infra-scan-v0.0.0