Skip to content

Security trivy dependency check #22

Security trivy dependency check

Security trivy dependency check #22

name: Security trivy dependency check
on:
workflow_dispatch:
schedule:
- cron: "33 4 * * MON-FRI" # Every weekday at 04:33 UTC
jobs:
security-kotlin-trivy-check:
name: Project security trivy dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v0.6 # WORKFLOW_VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
secrets: inherit