Skip to content

Commit 4dced09

Browse files
committed
Update documentation with new flags for reports
Signed-off-by: Max Maass <max.maass@iteratec.com>
1 parent f46fb40 commit 4dced09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scanners/zap-advanced/.helm-docs.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Listed below are the arguments supported by the `zap-advanced-scan` script.
4040
The command line interface can be used to easily run server scans: `-t www.example.com`
4141

4242
```bash
43-
usage: zap-client [-h] -z ZAP_URL [-a API_KEY] [-c CONFIG_FOLDER] -t TARGET [-o OUTPUT_FOLDER] [-r {XML,JSON,HTML,MD}]
43+
usage: zap-client [-h] -z ZAP_URL [-a API_KEY] [-c CONFIG_FOLDER] -t TARGET [-o OUTPUT_FOLDER] [-r {XML,XML-plus,JSON,JSON-plus,HTML,HTML-plus,MD}]
4444
4545
OWASP secureCodeBox OWASP ZAP Client (can be used to automate OWASP ZAP instances based on YAML configuration files.)
4646
@@ -56,7 +56,7 @@ optional arguments:
5656
The target to scan with OWASP ZAP.
5757
-o OUTPUT_FOLDER, --output-folder OUTPUT_FOLDER
5858
The path to a local folder used to store the output files, eg. the ZAP Report or logfiles.
59-
-r {XML,JSON,HTML,MD}, --report-type {XML,JSON,HTML,MD}
59+
-r {XML,XML-plus,JSON,JSON-plus,HTML,HTML-plus,MD}, --report-type {XML,XML-plus,JSON,JSON-plus,HTML,HTML-plus,MD}
6060
The OWASP ZAP Report Type.
6161
```
6262
{{- end }}

0 commit comments

Comments
 (0)