Commit dd94f5cc authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'update_offline_instructions_210253' into 'master'

Update offline DAST config instructions

See merge request gitlab-org/gitlab!31054
parents f441dd20 10fed23a
......@@ -557,13 +557,8 @@ For details on saving and transporting Docker images as a file, see Docker's doc
dast:
image: registry.example.com/namespace/dast:latest
script:
- export DAST_WEBSITE=${DAST_WEBSITE:-$(cat environment_url.txt)}
- /analyze -t $DAST_WEBSITE --auto-update-addons false
```
The option `--auto-update-addons false` instructs ZAP not to update add-ons.
## Reports
The DAST job can emit various reports.
......
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