Skip to content

Security CodeQL Python scan #274

Security CodeQL Python scan

Security CodeQL Python scan #274

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