Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 77c2326

Browse files
authored
Update ZAP example doc description to give more details
1 parent 291d630 commit 77c2326

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scanners/zap/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ helm upgrade --install zap ./scanners/zap/
2626

2727
## Configuration
2828

29-
The following security scan configuration example are based on the [ZAP Documentation], please take a look at the original documentation for more configuration examples.
29+
The following security scan configuration example are based on the ZAP Docker Scan Scripts. By default the secureCodeBox ZAP Helm Chart installs all three ZAP scripts: `zap-baseline`, `zap-full-scan` & `zap-api-scan`. Listed below are the arguments supported by the `zap-baseline` script, which are mostly interchangable with the other ZAP scripts. For a more complete reference check out the [ZAP Documentation](https://www.zaproxy.org/docs/docker/) and the secureCodeBox based ZAP examples listed below.
3030

3131
The command line interface can be used to easily run server scans: `-t www.example.com`
3232

@@ -58,6 +58,3 @@ Options:
5858
-z zap_options ZAP command line options e.g. -z "-config aaa=bbb -config ccc=ddd"
5959
--hook path to python file that define your custom hooks
6060
```
61-
62-
[SSLyze GitHub]: https://github.com/nabla-c0d3/sslyze
63-
[SSLyze Documentation]: https://nabla-c0d3.github.io/sslyze/documentation/

0 commit comments

Comments
 (0)