Commit 8a59fe71 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'docs-dast-path-variable-colon-quote-not-equals' into 'master'

Fix yaml syntax for DAST_PATHS: example

See merge request gitlab-org/gitlab!58944
parents fc5f7209 6b057ec1
......@@ -588,7 +588,7 @@ include:
- template: DAST.gitlab-ci.yml
variables:
DAST_PATHS=/page1.html,/category1/page1.html,/page3.html
DAST_PATHS: "/page1.html,/category1/page1.html,/page3.html"
```
When using `DAST_PATHS` and `DAST_PATHS_FILE`, note the following:
......
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