Skip to content

Security npm dependency check #11

Security npm dependency check

Security npm dependency check #11

name: Security npm dependency check
on:
workflow_dispatch:
schedule:
- cron: "40 7 * * MON-FRI" # Every weekday at 07:40 UTC
jobs:
security-npm-dependency-check:
name: Project security npm dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_npm_dependency.yml@v1 # WORKFLOW_VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
secrets: inherit