Skip to content

Commit

Permalink
Add needs and outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexw-moj committed Jan 27, 2025
1 parent 1573cc5 commit cbc63d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
name: Build docker image from hmpps-github-actions
if: github.ref == 'refs/heads/main'
uses: ministryofjustice/hmpps-github-actions/.github/workflows/docker_build.yml@v2 # WORKFLOW_VERSION
needs:
- node_unit_tests
with:
docker_registry: 'ghcr.io'
registry_org: 'ministryofjustice'
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/security_npm_outdated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Security npm outdated check
on:
workflow_dispatch:
schedule:
- cron: "51 3 * * MON-FRI" # Every weekday at 03:51 UTC
jobs:
security-npm-dependency-check:
name: Project security npm dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_npm_outdated.yml@v2 # WORKFLOW_VERSION
with:
channel_id: ${{ vars.SECURITY_ALERTS_SLACK_CHANNEL_ID || 'NO_SLACK' }}
version: ''
secrets: inherit

0 comments on commit cbc63d2

Please sign in to comment.