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

Commit 1e59e88

Browse files
author
dpatanin
committed
revert deployment removal
1 parent f3a38bd commit 1e59e88

File tree

9 files changed

+72
-0
lines changed

9 files changed

+72
-0
lines changed

scanners/amass/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ The OWASP Amass Project has developed a tool to help information security profes
1414

1515
<!-- end -->
1616

17+
## Deployment
18+
19+
The AMASS scanType can be deployed via helm:
20+
21+
```bash
22+
helm upgrade --install amass ./scanners/amass/
23+
```
24+
1725
## Configuration
1826

1927
The following security scan configuration example are based on the [Amass User Guide], please take a look at the original documentation for more configuration examples.

scanners/kube-hunter/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ To learn more about the kube-hunter scanner itself visit [kube-hunter GitHub] or
1414

1515
<!-- end -->
1616

17+
## Deployment
18+
19+
The kube-hunter ScanType can be deployed via helm:
20+
21+
```bash
22+
helm upgrade --install kube-hunter ./scanners/kube-hunter/
23+
```
24+
1725
## Configuration
1826

1927
The following security scan configuration example are based on the [kube-hunter Documentation], please take a look at the original documentation for more configuration examples.

scanners/nikto/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Nikto is a free software command-line vulnerability scanner that scans webserver
1414

1515
<!-- end -->
1616

17+
## Deployment
18+
19+
The Nikto ScanType can be deployed via helm:
20+
21+
```bash
22+
helm upgrade --install nikto ./scanners/nikto/
23+
```
24+
1725
## Configuration
1826

1927
The following security scan configuration example are based on the [Nikto Documentation](https://cirt.net/nikto2-docs/usage.html#id2780332), please take a look at the original documentation for more configuration examples.

scanners/nmap/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ To learn more about the Nmap scanner itself visit [nmap.org].
1616

1717
<!-- end -->
1818

19+
## Deployment
20+
21+
The Nikto ScanType can be deployed via helm:
22+
23+
```bash
24+
helm upgrade --install nikto ./scanners/nikto/
25+
```
26+
1927
## Nmap Configuration
2028

2129
The nmap scan target is set via the targets location of the securityTest. The target should be a Hostname or an IP Address.

scanners/ssh_scan/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ To learn more about the ssh_scan scanner itself visit [ssh_scan GitHub].
1414

1515
<!-- end -->
1616

17+
## Deployment
18+
19+
The SSH_scan ScanType can be deployed via helm.
20+
21+
```bash
22+
helm upgrade --install ssh ./scanners/ssh_scan/
23+
```
24+
1725
## Configuration
1826

1927
The following security scan configuration example are based on the [ssh_scan Documentation], please take a look at the original documentation for more configuration examples.

scanners/sslyze/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ SSLyze is a Python library and a CLI tool that can analyze the SSL configuration
1212

1313
<!-- end -->
1414

15+
## Deployment
16+
17+
The SSLyze scanType can be deployed via helm:
18+
19+
```bash
20+
helm upgrade --install sslyze ./scanners/sslyze/
21+
```
22+
1523
## Configuration
1624

1725
The following security scan configuration example are based on the [SSLyze Documentation], please take a look at the original documentation for more configuration examples.

scanners/trivy/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ To learn more about the Trivy scanner itself visit or [Trivy GitHub].
1717

1818
<!-- end -->
1919

20+
## Deployment
21+
22+
The Trivy scanType can be deployed via helm:
23+
24+
```bash
25+
helm upgrade --install trivy ./scanners/trivy/
26+
```
27+
2028
## Configuration
2129

2230
The following security scan configuration example are based on the [Trivy Documentation], please take a look at the original documentation for more configuration examples.

scanners/wpscan/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ To learn more about the WPScan scanner itself visit [wpscan.org] or [wpscan.io].
1818

1919
<!-- end -->
2020

21+
## Deployment
22+
23+
The WPScan scanType can be deployed via helm:
24+
25+
```bash
26+
helm upgrade --install wpscan ./scanners/wpscan/
27+
```
28+
2129
## Configuration
2230

2331
The following security scan configuration example are based on the [WPScan Documentation], please take a look at the original documentation for more configuration examples.

scanners/zap/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ To learn more about the ZAP scanner itself visit [OWASP_Zap_Project] or [zaproxy
1616

1717
<!-- end -->
1818

19+
## Deployment
20+
21+
The ZAP scanType can be deployed via helm:
22+
23+
```bash
24+
helm upgrade --install zap ./scanners/zap/
25+
```
26+
1927
## Configuration
2028

2129
The following security scan configuration example are based on the [ZAP Documentation], please take a look at the original documentation for more configuration examples.

0 commit comments

Comments
 (0)