Skip to content

Security CodeQL javascript/typescript scan #9

Security CodeQL javascript/typescript scan

Security CodeQL javascript/typescript scan #9

name: Security CodeQL javascript/typescript scan
on:
workflow_dispatch:
schedule:
- cron: '27 6 * * MON-FRI' # Every weekday
jobs:
security-codeql-check:
permissions:
contents: read
actions: read
security-events: write
name: Project security CodeQL javascript/typescript 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: javascript-typescript
secrets: inherit