summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-05-24 01:36:13 +0300
committerVictor Zagorodny <vzagorodny@gitlab.com>2019-05-24 01:36:13 +0300
commit1c0c8fbcc3e9dbe201bc06f687c7f40ce25dd3bb (patch)
tree2f38c343b8e9337f9960b19899bf6e255c91946f
parent6f0b88548761af1bff037fc5dc2a7820eb8b84f7 (diff)
downloadgitlab-ce-60879-test-11-11-stable-prepare-rc4-more-logging.tar.gz
WIP: raise SAST_RUN_ANALYZER_TIMEOUT to 1h 40m60879-test-11-11-stable-prepare-rc4-more-logging
-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 8da85785e97..62ce0769fbb 100644
--- a/.gitlab/ci/reports.gitlab-ci.yml
+++ b/.gitlab/ci/reports.gitlab-ci.yml
@@ -20,6 +20,7 @@ sast:
DOCKER_DRIVER: overlay2
SAST_DEFAULT_ANALYZERS: bandit,brakeman,gosec,spotbugs,flawfinder,phpcs-security-audit,security-code-scan,nodejs-scan,eslint,tslint,sobelow
SAST_ANALYZER_IMAGES: registry.gitlab.com/gitlab-org/security-products/analyzers/secrets:60879-add-logging-for-timeout-test
+ SAST_RUN_ANALYZER_TIMEOUT: 100m
allow_failure: true
tags: []
before_script: []