This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from secureCodeBox/feature/helm2-support
Trying to support helm2 in parallel to helm3 (WIP).
- Loading branch information
Showing
22 changed files
with
342 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: v1 | ||
name: declarative-subsequent-scans | ||
description: Starts possible subsequent security scans based on findings (e.g. open ports found by NMAP or subdomains found by AMASS). | ||
|
||
type: application | ||
|
||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: v1 | ||
name: generic-webhook | ||
description: Lets you send http webhooks after scans are completed | ||
|
||
type: application | ||
|
||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: v1 | ||
name: imperative-subsequent-scans | ||
description: Starts possible subsequent security scans based on findings (e.g. open ports found by NMAP or subdomains found by AMASS). | ||
|
||
type: application | ||
|
||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: v1 | ||
name: persistence-elastic | ||
description: The elastic persistence provider persists secureCodeBox findings into the elastic stack. | ||
|
||
type: application | ||
|
||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
|
||
appVersion: 7.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
dependencies: | ||
- name: elasticsearch | ||
repository: https://helm.elastic.co | ||
version: 7.6.1 | ||
- name: kibana | ||
repository: https://helm.elastic.co | ||
version: 7.6.1 | ||
digest: sha256:7d3461d986f620421f775f9ecaf73af2565ace9d909a8134c4259c5206f1f89c | ||
generated: "2020-03-17T15:09:24.838784+01:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
dependencies: | ||
- name: elasticsearch | ||
version: 7.6.1 | ||
repository: https://helm.elastic.co | ||
condition: elasticsearch.enabled | ||
- name: kibana | ||
version: 7.6.1 | ||
repository: https://helm.elastic.co | ||
condition: kibana.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: v1 | ||
name: update-field-hook | ||
description: Lets you add or override a field to every finding | ||
|
||
type: application | ||
|
||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: v1 | ||
name: operator | ||
description: secureCodeBox Operator to automate the execution of security scans on kubernetes | ||
|
||
type: application | ||
|
||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dependencies: | ||
- name: minio | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
version: 5.0.19 | ||
digest: sha256:13a3a902e7ac7dcc7124ab858344b5bebe9ab623d06ee9c8d5a1cc3f467a36bb | ||
generated: "2020-08-10T13:09:59.053995+02:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
dependencies: | ||
- name: minio | ||
version: 5.0.19 | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
condition: minio.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v1 | ||
name: amass | ||
description: A Helm chart for the Amass security scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
appVersion: 3.10.3 | ||
|
||
keywords: | ||
- security | ||
- amass | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/amass | ||
icon: https://www.securecodebox.io/scannerIcons/Amass.svg | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v1 | ||
name: kube-hunter | ||
description: A Helm chart for the kube-hunter security scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
appVersion: v0.3.0 | ||
|
||
keywords: | ||
- security | ||
- kube-hunter | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/kube-hunter | ||
icon: https://www.securecodebox.io/scannerIcons/kube-hunter.svg | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v1 | ||
name: ncrack | ||
description: A Helm chart for the NCRACK security Scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
appVersion: 0.7 | ||
|
||
keywords: | ||
- security | ||
- ncrack | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/ncrack | ||
icon: https://www.securecodebox.io/scannerIcons/Ncrack.svg | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: v1 | ||
name: nikto | ||
description: A Helm chart for the Nikto security scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
# appVersion - Nikto doesn't really version its releases | ||
appVersion: latest | ||
|
||
keywords: | ||
- security | ||
- nikto | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/nikto | ||
icon: https://www.securecodebox.io/scannerIcons/Nikto.svg | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v1 | ||
name: nmap | ||
description: A Helm chart for the NMAP security Scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
appVersion: 7.80-r2 | ||
|
||
keywords: | ||
- security | ||
- nmap | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/nmap | ||
icon: https://www.securecodebox.io/scannerIcons/Nmap.svg | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v1 | ||
name: ssh-scan | ||
description: A Helm chart for the SSH_Scan security scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
appVersion: "0.0.43" | ||
|
||
keywords: | ||
- security | ||
- ssh | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/ssh | ||
icon: https://www.securecodebox.io/scannerIcons/SSH.svg | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v1 | ||
name: sslyze | ||
description: A Helm chart for the SSLyze security scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
appVersion: v3.0.6 | ||
|
||
keywords: | ||
- security | ||
- ssl | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/sslyze | ||
icon: https://www.securecodebox.io/scannerIcons/SSLyze.svg | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: v1 | ||
name: test-scan | ||
description: A Helm chart to test the secureCodeBox operator | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
|
||
keywords: | ||
- security | ||
- scanner | ||
- secureCodeBox | ||
- integrationTest | ||
- test | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: v1 | ||
name: trivy | ||
description: A Helm chart for the trivy security scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
appVersion: v0.6.0 | ||
|
||
keywords: | ||
- security | ||
- trivy | ||
- image-scanning | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/trivy | ||
icon: https://github.com/aquasecurity/trivy/blob/master/imgs/logo.png | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: v1 | ||
name: wpscan | ||
description: A Helm chart for the WordPress security scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
appVersion: latest | ||
|
||
keywords: | ||
- security | ||
- wpscan | ||
- wordpress | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/wpscan | ||
icon: https://www.securecodebox.io/scannerIcons/WPScan.svg | ||
sources: | ||
- https://github.com/secureCodeBox/scanner-infrastructure-wpscan | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
apiVersion: v1 | ||
name: zap | ||
description: A Helm chart for the OWASP ZAP security scanner that integrates with the secureCodeBox. | ||
|
||
type: application | ||
# version - gets automatically set to the secureCodeBox release version when the helm charts gets published | ||
version: latest | ||
appVersion: v2.9.0 | ||
|
||
keywords: | ||
- security | ||
- Zap | ||
- OWASP | ||
- scanner | ||
- secureCodeBox | ||
home: https://www.securecodebox.io/scanners/zap | ||
icon: https://www.securecodebox.io/scannerIcons/ZAP.svg | ||
sources: | ||
- https://github.com/secureCodeBox/secureCodeBox | ||
maintainers: | ||
- name: iteratec GmbH | ||
email: [email protected] |