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

Commit 5a14380

Browse files
committed
Added Helm2 Chart version additional to helm3.
1 parent 138a414 commit 5a14380

File tree

18 files changed

+293
-0
lines changed

18 files changed

+293
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: v1
2+
name: declarative-subsequent-scans
3+
description: Starts possible subsequent security scans based on findings (e.g. open ports found by NMAP or subdomains found by AMASS).
4+
5+
type: application
6+
7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
8+
version: latest
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: v1
2+
name: generic-webhook
3+
description: Lets you send http webhooks after scans are completed
4+
5+
type: application
6+
7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
8+
version: latest
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: v1
2+
name: imperative-subsequent-scans
3+
description: Starts possible subsequent security scans based on findings (e.g. open ports found by NMAP or subdomains found by AMASS).
4+
5+
type: application
6+
7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
8+
version: latest
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: v1
2+
name: persistence-elastic
3+
description: The elastic persistence provider persists secureCodeBox findings into the elastic stack.
4+
5+
type: application
6+
7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
8+
version: latest
9+
10+
appVersion: 7.6.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dependencies:
2+
- name: elasticsearch
3+
repository: https://helm.elastic.co
4+
version: 7.6.1
5+
- name: kibana
6+
repository: https://helm.elastic.co
7+
version: 7.6.1
8+
digest: sha256:7d3461d986f620421f775f9ecaf73af2565ace9d909a8134c4259c5206f1f89c
9+
generated: "2020-03-17T15:09:24.838784+01:00"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
dependencies:
2+
- name: elasticsearch
3+
version: 7.6.1
4+
repository: https://helm.elastic.co
5+
condition: elasticsearch.enabled
6+
- name: kibana
7+
version: 7.6.1
8+
repository: https://helm.elastic.co
9+
condition: kibana.enabled

hooks/update-field/helm2.Chart.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: v1
2+
name: update-field-hook
3+
description: Lets you add or override a field to every finding
4+
5+
type: application
6+
7+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
8+
version: latest

scanners/amass/helm2.Chart.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: v1
2+
name: amass
3+
description: A Helm chart for the Amass security scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
appVersion: 3.10.3
9+
10+
keywords:
11+
- security
12+
- amass
13+
- scanner
14+
- secureCodeBox
15+
home: https://www.securecodebox.io/scanners/amass
16+
icon: https://www.securecodebox.io/scannerIcons/Amass.svg
17+
sources:
18+
- https://github.com/secureCodeBox/secureCodeBox
19+
maintainers:
20+
- name: iteratec GmbH
21+

scanners/kube-hunter/helm2.Chart.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: v1
2+
name: kube-hunter
3+
description: A Helm chart for the kube-hunter security scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
appVersion: v0.3.0
9+
10+
keywords:
11+
- security
12+
- kube-hunter
13+
- scanner
14+
- secureCodeBox
15+
home: https://www.securecodebox.io/scanners/kube-hunter
16+
icon: https://www.securecodebox.io/scannerIcons/kube-hunter.svg
17+
sources:
18+
- https://github.com/secureCodeBox/secureCodeBox
19+
maintainers:
20+
- name: iteratec GmbH
21+

scanners/ncrack/helm2.Chart.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: v1
2+
name: ncrack
3+
description: A Helm chart for the NCRACK security Scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
appVersion: 0.7
9+
10+
keywords:
11+
- security
12+
- ncrack
13+
- scanner
14+
- secureCodeBox
15+
home: https://www.securecodebox.io/scanners/ncrack
16+
icon: https://www.securecodebox.io/scannerIcons/Ncrack.svg
17+
sources:
18+
- https://github.com/secureCodeBox/secureCodeBox
19+
maintainers:
20+
- name: iteratec GmbH
21+

scanners/nikto/helm2.Chart.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: v1
2+
name: nikto
3+
description: A Helm chart for the Nikto security scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
# appVersion - Nikto doesn't really version its releases
9+
appVersion: latest
10+
11+
keywords:
12+
- security
13+
- nikto
14+
- scanner
15+
- secureCodeBox
16+
home: https://www.securecodebox.io/scanners/nikto
17+
icon: https://www.securecodebox.io/scannerIcons/Nikto.svg
18+
sources:
19+
- https://github.com/secureCodeBox/secureCodeBox
20+
maintainers:
21+
- name: iteratec GmbH
22+

scanners/nmap/helm2.Chart.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: v1
2+
name: nmap
3+
description: A Helm chart for the NMAP security Scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
appVersion: 7.80-r2
9+
10+
keywords:
11+
- security
12+
- nmap
13+
- scanner
14+
- secureCodeBox
15+
home: https://www.securecodebox.io/scanners/nmap
16+
icon: https://www.securecodebox.io/scannerIcons/Nmap.svg
17+
sources:
18+
- https://github.com/secureCodeBox/secureCodeBox
19+
maintainers:
20+
- name: iteratec GmbH
21+

scanners/ssh_scan/helm2.Chart.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: v1
2+
name: ssh-scan
3+
description: A Helm chart for the SSH_Scan security scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
appVersion: "0.0.43"
9+
10+
keywords:
11+
- security
12+
- ssh
13+
- scanner
14+
- secureCodeBox
15+
home: https://www.securecodebox.io/scanners/ssh
16+
icon: https://www.securecodebox.io/scannerIcons/SSH.svg
17+
sources:
18+
- https://github.com/secureCodeBox/secureCodeBox
19+
maintainers:
20+
- name: iteratec GmbH
21+

scanners/sslyze/helm2.Chart.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
apiVersion: v1
2+
name: sslyze
3+
description: A Helm chart for the SSLyze security scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
appVersion: v3.0.6
9+
10+
keywords:
11+
- security
12+
- ssl
13+
- scanner
14+
- secureCodeBox
15+
home: https://www.securecodebox.io/scanners/sslyze
16+
icon: https://www.securecodebox.io/scannerIcons/SSLyze.svg
17+
sources:
18+
- https://github.com/secureCodeBox/secureCodeBox
19+
maintainers:
20+
- name: iteratec GmbH
21+

scanners/test-scan/helm2.Chart.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: v1
2+
name: test-scan
3+
description: A Helm chart to test the secureCodeBox operator
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
9+
keywords:
10+
- security
11+
- scanner
12+
- secureCodeBox
13+
- integrationTest
14+
- test
15+
sources:
16+
- https://github.com/secureCodeBox/secureCodeBox
17+
maintainers:
18+
- name: iteratec GmbH
19+

scanners/trivy/helm2.Chart.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: v1
2+
name: trivy
3+
description: A Helm chart for the trivy security scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
appVersion: v0.6.0
9+
10+
keywords:
11+
- security
12+
- trivy
13+
- image-scanning
14+
- scanner
15+
- secureCodeBox
16+
home: https://www.securecodebox.io/scanners/trivy
17+
icon: https://github.com/aquasecurity/trivy/blob/master/imgs/logo.png
18+
sources:
19+
- https://github.com/secureCodeBox/secureCodeBox
20+
maintainers:
21+
- name: iteratec GmbH
22+

scanners/wpscan/helm2.Chart.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: v1
2+
name: wpscan
3+
description: A Helm chart for the WordPress security scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
appVersion: latest
9+
10+
keywords:
11+
- security
12+
- wpscan
13+
- wordpress
14+
- scanner
15+
- secureCodeBox
16+
home: https://www.securecodebox.io/scanners/wpscan
17+
icon: https://www.securecodebox.io/scannerIcons/WPScan.svg
18+
sources:
19+
- https://github.com/secureCodeBox/scanner-infrastructure-wpscan
20+
maintainers:
21+
- name: iteratec GmbH
22+

scanners/zap/helm2.Chart.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: v1
2+
name: zap
3+
description: A Helm chart for the OWASP ZAP security scanner that integrates with the secureCodeBox.
4+
5+
type: application
6+
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published
7+
version: latest
8+
appVersion: v2.9.0
9+
10+
keywords:
11+
- security
12+
- Zap
13+
- OWASP
14+
- scanner
15+
- secureCodeBox
16+
home: https://www.securecodebox.io/scanners/zap
17+
icon: https://www.securecodebox.io/scannerIcons/ZAP.svg
18+
sources:
19+
- https://github.com/secureCodeBox/secureCodeBox
20+
maintainers:
21+
- name: iteratec GmbH
22+

0 commit comments

Comments
 (0)