Commit b6cc38e5 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-sethgitlab-dast' into 'master'

Clarified website url precedence

See merge request gitlab-org/gitlab-ce!32599
parents 98c79081 42d0ca82
...@@ -84,6 +84,8 @@ There are two ways to define the URL to be scanned by DAST: ...@@ -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). - Set the `DAST_WEBSITE` [variable](../../../ci/yaml/README.md#variables).
- Add it in an `environment_url.txt` file at the root of your project. - 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 The included template will create a `dast` job in your CI/CD pipeline and scan
your project's source code for possible vulnerabilities. your project's source code for possible vulnerabilities.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment