summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-05-21 15:50:31 +0300
committerVictor Zagorodny <vzagorodny@gitlab.com>2019-05-21 15:50:31 +0300
commit14e36c56fa0889706752684927407cf2e5174009 (patch)
tree967439b7e93ee5d12688219487327ce84475e046
parent0905e21c9d955c910530975c18cb62e318417e58 (diff)
downloadgitlab-ce-60879-test-11-11-stable-prepare-rc4-remove-secrets-analyzer.tar.gz
-rw-r--r--.gitlab/ci/reports.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/reports.gitlab-ci.yml b/.gitlab/ci/reports.gitlab-ci.yml
index d0e09dbf2f8..4e2571e1016 100644
--- a/.gitlab/ci/reports.gitlab-ci.yml
+++ b/.gitlab/ci/reports.gitlab-ci.yml
@@ -18,6 +18,7 @@ sast:
variables:
SAST_CONFIDENCE_LEVEL: 2
DOCKER_DRIVER: overlay2
+ SAST_DEFAULT_ANALYZERS: bandit,brakeman,gosec,spotbugs,flawfinder,phpcs-security-audit,security-code-scan,nodejs-scan,eslint,tslint,sobelow
allow_failure: true
tags: []
before_script: []