summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-05-04 16:34:52 +0200
committerRémy Coutable <remy@rymai.me>2017-05-04 16:34:52 +0200
commit221dccab97766be810d87c6eb1d120145b41b364 (patch)
tree36b1604a2647e319f8ca66c241f0115c17d08d35 /scripts
parent3441e60fd9d8d3ce111b1ece93ae867b3938f7e5 (diff)
downloadgitlab-ce-221dccab97766be810d87c6eb1d120145b41b364.tar.gz
Include the bundler:audit job into the static-analysis job31824-move-bundler-audit-job-to-static-analysis-job
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/static-analysis1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis
index 1bd6b339830..7dc8f679036 100755
--- a/scripts/static-analysis
+++ b/scripts/static-analysis
@@ -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],