Skip to content

ci: enable zizmor to fail PRs (#3170) #2498

ci: enable zizmor to fail PRs (#3170)

ci: enable zizmor to fail PRs (#3170) #2498

name: CodeQL Security Scan
on:
workflow_dispatch:
push:
paths:
- '**'
- '!**.md'
- '!LICENSE'
- '!test/**'
branches: [ main ]
schedule:
- cron: '0 14 * * 4'
jobs:
CodeQL:
uses: anchore/workflows/.github/workflows/codeql-go.yaml@main
with:
entrypoint: "./cmd/${{ github.event.repository.name }}"
permissions:
security-events: write
contents: read