WIP: run security checks on working branch #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security trivy dependency check | |
env: | |
SECURITY_ALERTS_SLACK_CHANNEL_ID: C06L6KYABDJ | |
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/[email protected] # WORKFLOW_VERSION | |
with: | |
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }} | |
secrets: inherit |