summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Berger <4310743-sethgitlab@users.noreply.gitlab.com>2019-09-03 16:49:16 +0000
committerSeth Berger <4310743-sethgitlab@users.noreply.gitlab.com>2019-09-03 16:49:16 +0000
commit43420f07e53b377f76fda32eaa0b03ae5ce4fa81 (patch)
tree69596576fe4587b8e2e8544b60bc43511e3ffbc2
parentb23e42b0105a23c4c127f6cdd7893663a3db0c82 (diff)
downloadgitlab-ce-docs-sethgitlab-dast.tar.gz
Clarified website url precedencedocs-sethgitlab-dast
-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 fa84f995e58..26db6c3a242 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.