Skip to content

Test security workflows #1

Test security workflows

Test security workflows #1

name: Security veracode policy scan
on:
push:
workflow_dispatch:
schedule:
- cron: "34 6 * * 1" # Every Monday at 06:34 UTC
jobs:
security-veracode-policy-check:
name: Project security veracode policy scan
uses: ministryofjustice/hmpps-github-actions/.github/workflows/[email protected] # WORKFLOW_VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
secrets: inherit