Skip to content

Workflow file for this run

name: Security trivy dependency check
on:
push:
workflow_dispatch:
schedule:
- cron: "30 3 * * MON-FRI" # Every weekday at 03:30 UTC
jobs:
security-kotlin-trivy-check:
name: Project security trivy dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/[email protected] # WORKFLOW_VERSION
with:
channel_id: SECURITY_ALERTS_SLACK_CHANNEL_ID
secrets: inherit