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:
authorconnorshea <connor.james.shea@gmail.com>2016-03-29 01:43:42 +0300
committerconnorshea <connor.james.shea@gmail.com>2016-03-29 01:43:42 +0300
commitaa97720a939dedb2197eedb93fcecf194d78ea96 (patch)
treeb8eadc5b5b95798fd1f2a534a8897a67ef03949d /.gitlab-ci.yml
parent795199bf04ca08521112d89c03df31d1c11e335d (diff)
Upgrade bundler-audit from 0.4.0 to 0.5.0
Bundler Audit can now run check with the `—update` flag to update the Ruby CVE repository before checking. This removes the need for two separate commands in GitLab CI. See the Changelog for more information: https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md#050--2 015-02-28
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53f115c92c8..336ceb31021 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -158,8 +158,7 @@ bundler:audit:
only:
- master
script:
- - "bundle exec bundle-audit update"
- - "bundle exec bundle-audit check --ignore OSVDB-115941"
+ - "bundle exec bundle-audit check --update --ignore OSVDB-115941"
tags:
- ruby
- mysql