Fix DAST example in documentation

This commit is contained in:
Olivier Gonzalez 2018-04-18 08:49:57 -04:00
parent d8dd75ca77
commit 990cb43084
No known key found for this signature in database
GPG Key ID: FAB0BD8074AFD85A
1 changed files with 3 additions and 3 deletions

View File

@ -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: