Skip to content

Security veracode policy scan #5

Security veracode policy scan

Security veracode policy scan #5

name: Security veracode policy scan
on:
workflow_dispatch:
schedule:
- cron: "10 9 * * 1" # Every Monday at 09:10 UTC
permissions:
contents: read
actions: read
security-events: write
jobs:
security-veracode-policy-check:
name: Project security veracode policy scan
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_veracode_policy_scan.yml@v2 # WORKFLOW_VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
docker_image_app_dir: '/app'
secrets: inherit