summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-03-24 10:59:52 -0400
committerRobert Speicher <rspeicher@gmail.com>2017-03-24 10:59:52 -0400
commit1e43753b438b8b4bc70f300faab961cf920ce310 (patch)
tree426fcac225f48009678b8bef31d466a6f713989d /.gitlab-ci.yml
parenteee409e02a98eb99d75542b51483faa19902224b (diff)
downloadgitlab-ce-1e43753b438b8b4bc70f300faab961cf920ce310.tar.gz
Temporarily ignore Nokogiri CVE-2016-4658
See https://gitlab.com/gitlab-org/gitlab-ce/issues/29992 for progress on updating this gem. In the meantime, we can't do anything about it quickly, so we'll ignore the CVE in `bundle-audit`
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2da8207a3cf..f271ab4c4c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -312,7 +312,7 @@ bundler:audit:
- master@gitlab/gitlabhq
- master@gitlab/gitlab-ee
script:
- - "bundle exec bundle-audit check --update"
+ - "bundle exec bundle-audit check --update --ignore CVE-2016-4658"
migration paths:
stage: test