Skip to content

Security OWASP dependency check #25

Security OWASP dependency check

Security OWASP dependency check #25

name: Security OWASP dependency check
on:
workflow_dispatch:
schedule:
- cron: "48 3 * * MON-FRI" # Every weekday at 03:48 UTC
jobs:
security-kotlin-owasp-check:
name: Kotlin security OWASP 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