diff options
-rw-r--r-- | lib/gitlab/ci/templates/Security/DAST.gitlab-ci.yml | 2 |
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 |