diff options
author | Seth Berger <4310743-sethgitlab@users.noreply.gitlab.com> | 2019-09-04 15:57:07 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-04 15:57:07 +0000 |
commit | 42d0ca82a0f14569328d0ac27f9b4294b8503580 (patch) | |
tree | 419df956de270171a5bb0b99688d8e2a59a6d9b5 | |
parent | 98c79081cec42e071173757a80300b74a0f26976 (diff) | |
download | gitlab-ce-42d0ca82a0f14569328d0ac27f9b4294b8503580.tar.gz |
Clarified website url precedence
-rw-r--r-- | doc/user/application_security/dast/index.md | 2 |
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. |