Skip to content
Snippets Groups Projects
Verified Commit 221dccab authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Include the bundler:audit job into the static-analysis job


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 3441e60f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -412,18 +412,6 @@ rake karma:
paths:
- coverage-javascript/
 
bundler:audit:
stage: test
<<: *ruby-static-analysis
<<: *dedicated-runner
only:
- master@gitlab-org/gitlab-ce
- master@gitlab-org/gitlab-ee
- master@gitlab/gitlabhq
- master@gitlab/gitlab-ee
script:
- "bundle exec bundle-audit check --update --ignore CVE-2016-4658"
.migration-paths: &migration-paths
stage: test
<<: *dedicated-runner
Loading
Loading
Loading
Loading
@@ -3,6 +3,7 @@
require ::File.expand_path('../lib/gitlab/popen', __dir__)
 
tasks = [
%w[bundle exec bundle-audit check --update --ignore CVE-2016-4658],
%w[bundle exec rake config_lint],
%w[bundle exec rake flay],
%w[bundle exec rake haml_lint],
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment