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
4ffbabdf
Commit
4ffbabdf
authored
Dec 01, 2021
by
SBassett
Browse files
Change default options to --high --skip-dev --report
parent
97f74808
Pipeline
#1274
passed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
npm-audit/nodejs12/npm-audit-nodejs-12-ci.yml
View file @
4ffbabdf
...
...
@@ -4,7 +4,7 @@ npm_audit_dependency_check:
allow_failure
:
false
variables
:
NPM_AUDIT_OPTIONS
:
"
--high
--skip-dev
--
output-format
text
--report-type
summary
"
NPM_AUDIT_OPTIONS
:
"
--high
--skip-dev
--
report
"
before_script
:
-
apt-get update -yqq
...
...
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