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
Lines changed: 8 additions & 0 deletions
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
Lines changed: 8 additions & 0 deletions
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
Lines changed: 8 additions & 0 deletions
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
Lines changed: 10 additions & 0 deletions
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
Lines changed: 9 additions & 0 deletions
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"
Lines changed: 9 additions & 0 deletions
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 21 additions & 0 deletions
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+
email: security@iteratec.com

scanners/kube-hunter/helm2.Chart.yaml

Lines changed: 21 additions & 0 deletions
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+
email: security@iteratec.com

scanners/ncrack/helm2.Chart.yaml

Lines changed: 21 additions & 0 deletions
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+
email: security@iteratec.com

0 commit comments

Comments
 (0)