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

Commit 3eb5a8c

Browse files
J12934actions-user
authored andcommitted
Updating Helm Docs
1 parent 4ca0d98 commit 3eb5a8c

File tree

7 files changed

+267
-0
lines changed

7 files changed

+267
-0
lines changed

demo-apps/bodgeit/README.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# bodgeit
2+
3+
![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.0](https://img.shields.io/badge/AppVersion-v1.4.0-informational?style=flat-square)
4+
5+
The BodgeIt Store is a vulnerable web app which is aimed at people who are new to pen testing
6+
7+
**Homepage:** <https://github.com/psiinon/bodgeit>
8+
9+
## Maintainers
10+
11+
| Name | Email | Url |
12+
| ---- | ------ | --- |
13+
| iteratec GmbH | security@iteratec.com | |
14+
15+
## Source Code
16+
17+
* <https://github.com/secureCodeBox/helm>
18+
* <https://github.com/psiinon/bodgeit>
19+
20+
## Values
21+
22+
| Key | Type | Default | Description |
23+
|-----|------|---------|-------------|
24+
| affinity | object | `{}` | |
25+
| fullnameOverride | string | `""` | |
26+
| image.pullPolicy | string | `"IfNotPresent"` | |
27+
| image.repository | string | `"psiinon/bodgeit"` | |
28+
| imagePullSecrets | list | `[]` | |
29+
| ingress.annotations | object | `{}` | |
30+
| ingress.enabled | bool | `false` | |
31+
| ingress.hosts[0].host | string | `"chart-example.local"` | |
32+
| ingress.hosts[0].paths | list | `[]` | |
33+
| ingress.tls | list | `[]` | |
34+
| nameOverride | string | `""` | |
35+
| nodeSelector | object | `{}` | |
36+
| podSecurityContext | object | `{}` | |
37+
| replicaCount | int | `1` | |
38+
| resources | object | `{}` | |
39+
| securityContext | object | `{}` | |
40+
| service.port | int | `8080` | |
41+
| service.type | string | `"ClusterIP"` | |
42+
| tolerations | list | `[]` | |

demo-apps/dummy-ssh/README.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# dummy-ssh
2+
3+
![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
4+
5+
SSH Server for scan testing.
6+
7+
**Homepage:** <https://wordpress.org>
8+
9+
## Maintainers
10+
11+
| Name | Email | Url |
12+
| ---- | ------ | --- |
13+
| iteratec GmbH | security@iteratec.com | |
14+
15+
## Source Code
16+
17+
* <https://github.com/secureCodeBox/secureCodeBox/tree/master/demo/dummy-ssh>
18+
19+
## Values
20+
21+
| Key | Type | Default | Description |
22+
|-----|------|---------|-------------|
23+
| affinity | object | `{}` | |
24+
| fullnameOverride | string | `""` | |
25+
| image.pullPolicy | string | `"IfNotPresent"` | |
26+
| image.repository | string | `"securecodebox/dummy-ssh"` | |
27+
| imagePullSecrets | list | `[]` | |
28+
| nameOverride | string | `""` | |
29+
| nodeSelector | object | `{}` | |
30+
| podSecurityContext | object | `{}` | |
31+
| replicaCount | int | `1` | |
32+
| resources | object | `{}` | |
33+
| securityContext | object | `{}` | |
34+
| service.port | int | `22` | |
35+
| service.type | string | `"ClusterIP"` | |
36+
| tolerations | list | `[]` | |

demo-apps/http-webhook/README.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# http-webhook
2+
3+
![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
4+
5+
A Dummy webserver to echo HTTP requests in log
6+
7+
## Values
8+
9+
| Key | Type | Default | Description |
10+
|-----|------|---------|-------------|
11+
| affinity | object | `{}` | |
12+
| autoscaling.enabled | bool | `false` | |
13+
| autoscaling.maxReplicas | int | `100` | |
14+
| autoscaling.minReplicas | int | `1` | |
15+
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
16+
| fullnameOverride | string | `""` | |
17+
| image.pullPolicy | string | `"IfNotPresent"` | |
18+
| image.registry | string | `"docker.io"` | |
19+
| image.repository | string | `"mendhak/http-https-echo"` | |
20+
| image.tag | string | `"latest"` | |
21+
| imagePullSecrets | list | `[]` | |
22+
| ingress.annotations | object | `{}` | |
23+
| ingress.enabled | bool | `false` | |
24+
| ingress.hosts[0].host | string | `"chart-example.local"` | |
25+
| ingress.hosts[0].paths | list | `[]` | |
26+
| ingress.tls | list | `[]` | |
27+
| nameOverride | string | `""` | |
28+
| nodeSelector | object | `{}` | |
29+
| podAnnotations | object | `{}` | |
30+
| podSecurityContext | object | `{}` | |
31+
| replicaCount | int | `1` | |
32+
| resources | object | `{}` | |
33+
| securityContext | object | `{}` | |
34+
| service.port | int | `80` | |
35+
| service.type | string | `"ClusterIP"` | |
36+
| serviceAccount.annotations | object | `{}` | |
37+
| serviceAccount.create | bool | `true` | |
38+
| serviceAccount.name | string | `""` | |
39+
| tolerations | list | `[]` | |

demo-apps/juice-shop/README.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# juice-shop
2+
3+
![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v12.0.2](https://img.shields.io/badge/AppVersion-v12.0.2-informational?style=flat-square)
4+
5+
OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
6+
7+
**Homepage:** <https://owasp.org/www-project-juice-shop/>
8+
9+
## Maintainers
10+
11+
| Name | Email | Url |
12+
| ---- | ------ | --- |
13+
| iteratec GmbH | security@iteratec.com | |
14+
15+
## Source Code
16+
17+
* <https://github.com/secureCodeBox/helm>
18+
* <https://github.com/bkimminich/juice-shop>
19+
20+
## Values
21+
22+
| Key | Type | Default | Description |
23+
|-----|------|---------|-------------|
24+
| affinity | object | `{}` | |
25+
| fullnameOverride | string | `""` | |
26+
| image.pullPolicy | string | `"IfNotPresent"` | |
27+
| image.repository | string | `"bkimminich/juice-shop"` | |
28+
| imagePullSecrets | list | `[]` | |
29+
| ingress.annotations | object | `{}` | |
30+
| ingress.enabled | bool | `false` | |
31+
| ingress.hosts[0].host | string | `"chart-example.local"` | |
32+
| ingress.hosts[0].paths | list | `[]` | |
33+
| ingress.tls | list | `[]` | |
34+
| nameOverride | string | `""` | |
35+
| nodeSelector | object | `{}` | |
36+
| podSecurityContext | object | `{}` | |
37+
| replicaCount | int | `1` | |
38+
| resources | object | `{}` | |
39+
| securityContext | object | `{}` | |
40+
| service.port | int | `3000` | |
41+
| service.type | string | `"ClusterIP"` | |
42+
| tolerations | list | `[]` | |

demo-apps/old-wordpress/README.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# old-wordpress
2+
3+
![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0](https://img.shields.io/badge/AppVersion-4.0-informational?style=flat-square)
4+
5+
Insecure & Outdated Wordpress Instance: Never expose it to the internet!
6+
7+
**Homepage:** <https://wordpress.org>
8+
9+
## Maintainers
10+
11+
| Name | Email | Url |
12+
| ---- | ------ | --- |
13+
| iteratec GmbH | security@iteratec.com | |
14+
15+
## Source Code
16+
17+
* <https://github.com/secureCodeBox/helm>
18+
* <https://github.com/secureCodeBox/secureCodeBox/tree/master/demo/old-wordpress>
19+
20+
## Values
21+
22+
| Key | Type | Default | Description |
23+
|-----|------|---------|-------------|
24+
| affinity | object | `{}` | |
25+
| fullnameOverride | string | `""` | |
26+
| image.pullPolicy | string | `"IfNotPresent"` | |
27+
| image.repository | string | `"securecodebox/old-wordpress"` | |
28+
| imagePullSecrets | list | `[]` | |
29+
| nameOverride | string | `""` | |
30+
| nodeSelector | object | `{}` | |
31+
| podSecurityContext | object | `{}` | |
32+
| replicaCount | int | `1` | |
33+
| resources | object | `{}` | |
34+
| securityContext | object | `{}` | |
35+
| service.port | int | `80` | |
36+
| service.type | string | `"ClusterIP"` | |
37+
| tolerations | list | `[]` | |

demo-apps/swagger-petstore/README.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# swagger-petstore
2+
3+
![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.3](https://img.shields.io/badge/AppVersion-1.0.3-informational?style=flat-square)
4+
5+
This is the sample petstore application
6+
7+
**Homepage:** <https://github.com/swagger-api/swagger-petstore>
8+
9+
## Maintainers
10+
11+
| Name | Email | Url |
12+
| ---- | ------ | --- |
13+
| iteratec GmbH | security@iteratec.com | |
14+
15+
## Source Code
16+
17+
* <https://github.com/secureCodeBox/helm>
18+
* <https://github.com/swagger-api/swagger-petstore>
19+
20+
## Values
21+
22+
| Key | Type | Default | Description |
23+
|-----|------|---------|-------------|
24+
| affinity | object | `{}` | |
25+
| fullnameOverride | string | `""` | |
26+
| image.pullPolicy | string | `"IfNotPresent"` | |
27+
| image.repository | string | `"swaggerapi/petstore"` | |
28+
| imagePullSecrets | list | `[]` | |
29+
| ingress.annotations | object | `{}` | |
30+
| ingress.enabled | bool | `false` | |
31+
| ingress.hosts[0].host | string | `"chart-example.local"` | |
32+
| ingress.hosts[0].paths | list | `[]` | |
33+
| ingress.tls | list | `[]` | |
34+
| nameOverride | string | `""` | |
35+
| nodeSelector | object | `{}` | |
36+
| podSecurityContext | object | `{}` | |
37+
| replicaCount | int | `1` | |
38+
| resources | object | `{}` | |
39+
| securityContext | object | `{}` | |
40+
| service.port | int | `80` | |
41+
| service.type | string | `"ClusterIP"` | |
42+
| swaggerHostOverride | string | `"http://swagger-petstore.demo-apps.svc"` | |
43+
| tolerations | list | `[]` | |

scanners/test-scan/README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# test-scan
2+
3+
![Version: latest](https://img.shields.io/badge/Version-latest-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
4+
5+
A Helm chart to test the secureCodeBox operator
6+
7+
## Maintainers
8+
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| iteratec GmbH | security@iteratec.com | |
12+
13+
## Source Code
14+
15+
* <https://github.com/secureCodeBox/secureCodeBox>
16+
17+
## Values
18+
19+
| Key | Type | Default | Description |
20+
|-----|------|---------|-------------|
21+
| parserImage.repository | string | `"docker.io/scbexperimental/parser-test-scan"` | Parser image repository |
22+
| parserImage.tag | string | defaults to the charts version | Parser image tag |
23+
| scannerJob.env | list | `[]` | Optional environment variables mapped into each scanJob (see: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/) |
24+
| scannerJob.extraContainers | list | `[]` | Optional additional Containers started with each scanJob (see: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) |
25+
| scannerJob.extraVolumeMounts | list | `[]` | Optional VolumeMounts mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
26+
| scannerJob.extraVolumes | list | `[]` | Optional Volumes mapped into each scanJob (see: https://kubernetes.io/docs/concepts/storage/volumes/) |
27+
| scannerJob.resources | object | `{}` | CPU/memory resource requests/limits (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/, https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/) |
28+
| scannerJob.ttlSecondsAfterFinished | string | `nil` | Defines how long the scanner job after finishing will be available (see: https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/) |

0 commit comments

Comments
 (0)