Skip to content

Commit

Permalink
MAP-1798 add npm_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusaleman committed Nov 8, 2024
1 parent bf4d658 commit be6827d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/security_npm_dependency.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Security npm dependency check
on:
workflow_dispatch:
schedule:
- cron: "46 6 * * MON-FRI" # Every weekday
jobs:
security-npm-dependency-check:
name: Project security npm 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
12 changes: 0 additions & 12 deletions .github/workflows/security_owasp.yml

This file was deleted.

0 comments on commit be6827d

Please sign in to comment.