diff options
| author | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-04-19 19:14:46 +0300 |
|---|---|---|
| committer | Victor Zagorodny <vzagorodny@gitlab.com> | 2019-04-19 19:18:00 +0300 |
| commit | dd8fc799308266f78b0368cd21e6fa883a981b43 (patch) | |
| tree | cb7c74fc4087c793e2016aafd7afc3b76d6a2557 | |
| parent | 75d88ffbddb406185f6901658889038b5cb7d209 (diff) | |
| download | gitlab-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.yml | 1 |
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 \ |
