Commit 990cb430 authored by Olivier Gonzalez's avatar Olivier Gonzalez

Fix DAST example in documentation

parent d8dd75ca
...@@ -42,9 +42,9 @@ dast: ...@@ -42,9 +42,9 @@ dast:
allow_failure: true allow_failure: true
script: script:
- mkdir /zap/wrk/ - mkdir /zap/wrk/
- /zap/zap-baseline.py -J gl-dast-report.json -t $website \ - /zap/zap-baseline.py -J gl-dast-report.json -t $website
--auth-url $login_url \ --auth-url $login_url
--auth-username "john.doe@example.com" \ --auth-username "john.doe@example.com"
--auth-password "john-doe-password" || true --auth-password "john-doe-password" || true
- cp /zap/wrk/gl-dast-report.json . - cp /zap/wrk/gl-dast-report.json .
artifacts: 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