Commit 6b057ec1 authored by Greg Myers's avatar Greg Myers

Fix yaml syntax for DAST_PATHS: example

parent 08846bbe
......@@ -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