mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Fix DAST example in documentation
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user