Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-03-02 20:29:14 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-03-02 20:29:14 +0300
commitbc6647424ac6083c01485cf9d2864fa7e0f0b605 (patch)
tree68a815bbc5612104b9c86aed0e15de5a4c3fb95f /.gitlab-ci.yml
parent8ec8b2da66c27124cf049ca77472f5aabc77b759 (diff)
Remove bundle-audit ignores that are no longer applicable
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 e7a279c828b..9006fef6a27 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -300,7 +300,7 @@ bundler:audit:
- master@gitlab/gitlabhq
- master@gitlab/gitlab-ee
script:
- - "bundle exec bundle-audit check --update --ignore OSVDB-115941 CVE-2016-6316 CVE-2016-6317"
+ - "bundle exec bundle-audit check --update"
migration paths:
stage: test