Commit 10fed23a authored by Craig Smith's avatar Craig Smith

Auto-update-addons is now false by default

Since auto-update-addons is false by default the
offline instructions can be simplified
parent 6ad478a6
......@@ -517,13 +517,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