Skip to content

Security npm outdated check #48

Security npm outdated check

Security npm outdated check #48

name: Security npm outdated check
on:
workflow_dispatch:
schedule:
- cron: "40 5 * * MON-FRI" # Every weekday at 05:35 UTC
jobs:
security-npm-depencency-check:
name: Project security npm dependency check
# uses: ministryofjustice/hmpps-github-actions/.github/workflows/[email protected]
uses: ./.github/workflows/security_npm_outdated_TEST.yml
with:
channel_id: tmp-james-dev
# channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
version: main
secrets:
SLACK_BOT_TOKEN: ${{ secrets.HMPPS_SRE_SLACK_BOT_TOKEN }}