summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Zagorodny <vzagorodny@gitlab.com>2019-04-19 19:14:46 +0300
committerVictor Zagorodny <vzagorodny@gitlab.com>2019-04-19 19:18:00 +0300
commitdd8fc799308266f78b0368cd21e6fa883a981b43 (patch)
treecb7c74fc4087c793e2016aafd7afc3b76d6a2557
parent75d88ffbddb406185f6901658889038b5cb7d209 (diff)
downloadgitlab-ce-7182-add-dast-full-scan-enabled-support-ce.tar.gz
Propagate DAST_FULL_SCAN_ENABLED var to DAST tool7182-add-dast-full-scan-enabled-support-ce
-rw-r--r--lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml b/lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml
index 62e74643973..fd7fac5dcab 100644
--- a/lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml
@@ -30,6 +30,7 @@ dast:
- |
function dast_run() {
docker run \
+ --env DAST_FULL_SCAN_ENABLED \
--env DAST_TARGET_AVAILABILITY_TIMEOUT \
--volume "$PWD:/output" \
--volume /var/run/docker.sock:/var/run/docker.sock \