Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
repos
security
Gitlab CI Security Templates
Commits
724ea885
Commit
724ea885
authored
Nov 10, 2021
by
Mstyles
Browse files
Update npm-outdated-nodejs-10-ci.yml
parent
49ddb7b7
Pipeline
#1183
passed with stage
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
npm-outdated/nodejs10/npm-outdated-nodejs-10-ci.yml
View file @
724ea885
...
...
@@ -3,6 +3,9 @@ npm-outdated_dependency_check:
image
:
docker-registry.wikimedia.org/nodejs10-devel:0.0.4-20211031
stage
:
test
allow_failure
:
false
# failed security job fails pipeline by default
variables
:
NPM_OUTDATED_OPTIONS
:
"
--ignore-pre-releases
--ignore-dev-dependencies
--prefer-wanted"
before_script
:
-
apt-get update -yqq
...
...
@@ -11,7 +14,7 @@ npm-outdated_dependency_check:
# create a new package lock file, run auditjs
script
:
-
check-outdated
--ignore-pre-releases --ignore-dev-dependencies
-
check-outdated
${NPM_OUTDATED_OPTIONS}
# only run on changes to package and package.lock .json
only
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment