feat: support context cancellation while finding vuln matches (#3200) #2520
This file contains hidden or 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: 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 |