Skip to content

Scan image

Scan image #42

Workflow file for this run

name: Scan image
on:
workflow_dispatch:
schedule:
- cron: "30 5 * * MON-FRI" # Every weekday at 05:30 UTC
jobs:
trivy:
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@eba268344a0ec5f4a268bf7e963e645fbc72a2f9 # v1
with:
channel_id: probation-integration-notifications
secrets:
HMPPS_SRE_SLACK_BOT_TOKEN: ${{ secrets.HMPPS_SRE_SLACK_BOT_TOKEN }}