Security CodeQL Python scan #274
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: Security CodeQL Python scan | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| - cron: "35 9 * * MON-FRI" # Every weekday | |
| jobs: | |
| security-codeql-python-check: | |
| permissions: | |
| contents: read | |
| actions: read | |
| security-events: write | |
| name: Project security CodeQL Python code scan | |
| uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_codeql.yml@v2 # WORKFLOW_VERSION | |
| with: | |
| channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }} | |
| languages: python | |
| secrets: inherit | |