Commit 6ad478a6 authored by Craig Smith's avatar Craig Smith

Remove instruction to add -z”-silent”

parent 8b21eacf
......@@ -519,14 +519,11 @@ For details on saving and transporting Docker images as a file, see Docker's doc
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 -z"-silent"
- /analyze -t $DAST_WEBSITE --auto-update-addons false
```
The option `--auto-update-addons false` instructs ZAP not to update add-ons.
The option `-z` passes the quoted `-silent` parameter to ZAP. The `-silent` parameter ensures ZAP
does not make any unsolicited requests including checking for updates.
## 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