BigW Consortium Gitlab

Commit f9dbb122 by Marcia Ramos Committed by Filipa Lacerda

Merge branch 'docs-fix_dast_example' into 'master'

Fix DAST example in documentation See merge request gitlab-org/gitlab-ce!18456
parent 343eae29
......@@ -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:
......
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