Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-04-18 20:45:15 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-04-18 20:45:15 +0300
commit6a5de6dd3bc122be0473d80ba213de71be6b0fe8 (patch)
treef29e72895ca181254e10b209c6606f04a1c8bd76
parentd8dd75ca775f66fd756e43ddd73ac75d39fc3e64 (diff)
parent990cb430847e958af672616e407064dfcc2bfd4f (diff)
Merge branch 'docs-fix_dast_example' into 'master'
Fix DAST example in documentation See merge request gitlab-org/gitlab-ce!18456
-rw-r--r--doc/ci/examples/dast.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/examples/dast.md b/doc/ci/examples/dast.md
index 8df223ee560..a8720f0b7ea 100644
--- a/doc/ci/examples/dast.md
+++ b/doc/ci/examples/dast.md
@@ -42,9 +42,9 @@ dast:
allow_failure: true
script:
- mkdir /zap/wrk/
- - /zap/zap-baseline.py -J gl-dast-report.json -t $website \
- --auth-url $login_url \
- --auth-username "john.doe@example.com" \
+ - /zap/zap-baseline.py -J gl-dast-report.json -t $website
+ --auth-url $login_url
+ --auth-username "john.doe@example.com"
--auth-password "john-doe-password" || true
- cp /zap/wrk/gl-dast-report.json .
artifacts: