diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-02-22 20:42:33 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-02-22 20:42:33 +0000 |
commit | a942240ef5c5bef7e0d1fcf5294209a3a6b69bdf (patch) | |
tree | 08a4cbd71ff38360601859282358b38d6480227f /.gitlab-ci.yml | |
parent | e7a64ec384b34c94d75ce54db852c2fcb9c7c4d3 (diff) | |
download | gitlab-ce-a942240ef5c5bef7e0d1fcf5294209a3a6b69bdf.tar.gz |
Ignore two Rails CVEs in bundler:audit job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 433b3119fba..20f410d0b4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -281,7 +281,7 @@ bundler:audit: - master@gitlab/gitlabhq - master@gitlab/gitlab-ee script: - - "bundle exec bundle-audit check --update --ignore OSVDB-115941" + - "bundle exec bundle-audit check --update --ignore OSVDB-115941 CVE-2016-6316 CVE-2016-6317" migration paths: stage: test |