summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Lafoucrière <plafoucriere@gitlab.com>2019-05-20 11:09:29 -0400
committerPhilippe Lafoucrière <plafoucriere@gitlab.com>2019-05-20 11:09:45 -0400
commit74656c327404c4af51570e4ce8c4668a86179c0c (patch)
treeda6e5625201e5b2feef27d81f873fc6665cde946
parentb077e2ece7c24d89a0b51fa85b1eb339ff8cc4ec (diff)
downloadgitlab-ce-10798-remove-dind-req-for-dast.tar.gz
Make env vars consistent10798-remove-dind-req-for-dast
`DAST_TARGET_AVAILABILITY_TIMEOUT` already defaults to 60 in `analyze`
-rw-r--r--lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml b/lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml
index 9f920438bf8..27a498b2daf 100644
--- a/lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml
@@ -19,7 +19,7 @@ dast:
# DAST_WEBSITE: https://example.com/
#
# Time limit for target availability (scan is attempted even when timeout):
- DAST_TARGET_AVAILABILITY_TIMEOUT: 60
+ # DAST_TARGET_AVAILABILITY_TIMEOUT: 60
#
# Set these variables to scan with an authenticated user:
# DAST_AUTH_URL: https://example.com/sign-in