diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-12-23 14:18:39 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-12-23 14:18:39 +0000 |
commit | ef82cbef90c59a8d1d59f05d4acf75a2ecbb42c9 (patch) | |
tree | c4db6e5a35da385ea76e5025e4e6d92fbfe27931 /scripts | |
parent | 6c967c2b5b9760d0df6bcff70c059858abf971ec (diff) | |
download | gitlab-ce-ef82cbef90c59a8d1d59f05d4acf75a2ecbb42c9.tar.gz |
Remove security checks from static analysis and add sast job
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/static-analysis | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/static-analysis b/scripts/static-analysis index 51a2fd81a79..2a2bc67800d 100755 --- a/scripts/static-analysis +++ b/scripts/static-analysis @@ -3,12 +3,10 @@ require ::File.expand_path('../lib/gitlab/popen', __dir__) tasks = [ - %w[bundle exec bundle-audit check --update], %w[bundle exec rake config_lint], %w[bundle exec rake flay], %w[bundle exec rake haml_lint], %w[bundle exec rake scss_lint], - %w[bundle exec rake brakeman], %w[bundle exec license_finder], %w[yarn run eslint], %w[bundle exec rubocop --parallel], |