Commit 5b760774 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'silent_by_default_when_autoupdate_off_210253' into 'master'

Remove instruction to use -silent for local DAST analyzers

See merge request gitlab-org/gitlab!30965
parents 598b8f14 6ad478a6
...@@ -519,14 +519,11 @@ For details on saving and transporting Docker images as a file, see Docker's doc ...@@ -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 image: registry.example.com/namespace/dast:latest
script: script:
- export DAST_WEBSITE=${DAST_WEBSITE:-$(cat environment_url.txt)} - 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 `--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 ## Reports
The DAST job can emit various 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