Skip to content

Commit

Permalink
add node-version to security jobs (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasridd authored Jun 13, 2024
1 parent 472c057 commit 96822c0
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,12 @@ workflows:
jobs:
- hmpps/npm_outdated:
slack_channel: << pipeline.parameters.alerts-slack-channel >>
node_tag: << pipeline.parameters.node-version >>
context:
- hmpps-common-vars
- hmpps/npm_security_audit:
slack_channel: << pipeline.parameters.alerts-slack-channel >>
node_tag: << pipeline.parameters.node-version >>
context:
- hmpps-common-vars
- hmpps/trivy_latest_scan:
Expand Down
49 changes: 49 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96822c0

Please sign in to comment.