Skip to content

WIP: test github action on local branch #7

WIP: test github action on local branch

WIP: test github action on local branch #7

Workflow file for this run

name: Security trivy dependency check
on:
push:
branches: [MAP-1652-migrate-CI-security-pipeline]
workflow_dispatch:
schedule:
- cron: "38 6 * * MON-FRI" # Every weekday at 06:38 UTC
jobs:
security-kotlin-trivy-check:
name: Project security trivy dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v0.5 # WORKFLOW_VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
secrets: inherit