Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSeth Berger <4310743-sethgitlab@users.noreply.gitlab.com>2019-09-04 18:57:07 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-04 18:57:07 +0300
commit42d0ca82a0f14569328d0ac27f9b4294b8503580 (patch)
tree419df956de270171a5bb0b99688d8e2a59a6d9b5 /doc
parent98c79081cec42e071173757a80300b74a0f26976 (diff)
Clarified website url precedence
Diffstat (limited to 'doc')
-rw-r--r--doc/user/application_security/dast/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/user/application_security/dast/index.md b/doc/user/application_security/dast/index.md
index cd7270541be..86c6f8c167c 100644
--- a/doc/user/application_security/dast/index.md
+++ b/doc/user/application_security/dast/index.md
@@ -84,6 +84,8 @@ There are two ways to define the URL to be scanned by DAST:
- Set the `DAST_WEBSITE` [variable](../../../ci/yaml/README.md#variables).
- Add it in an `environment_url.txt` file at the root of your project.
+If both values are set, the `DAST_WEBSITE` value will take precedence.
+
The included template will create a `dast` job in your CI/CD pipeline and scan
your project's source code for possible vulnerabilities.