Skip to content

Security veracode pipeline scan #39

Security veracode pipeline scan

Security veracode pipeline scan #39

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