|
| 1 | +# secureCodeBox – v2 ALPHA |
| 2 | + |
1 | 3 | <p align="center"> |
2 | 4 | <img alt="secureCodeBox Logo" src="./docs/resources/securecodebox-logo.svg" width="800px"> |
3 | 5 | </p> |
|
16 | 18 |
|
17 | 19 | <!-- toc --> |
18 | 20 |
|
19 | | -- [Overview](#overview) |
20 | | -- [Purpose of this Project](#purpose-of-this-project) |
21 | | -- [Quickstart](#quickstart) |
22 | | - - [Prerequisites](#prerequisites) |
23 | | - - [Deployment (based on Helm)](#deployment-based-on-helm) |
24 | | - - [Examples](#examples) |
25 | | - - [Access Services](#access-services) |
26 | | -- [How does it work?](#how-does-it-work) |
27 | | -- [Architecture](#architecture) |
28 | | -- [License](#license) |
29 | | -- [Community](#community) |
30 | | -- [Contributing](#contributing) |
31 | | -- [Author Information](#author-information) |
| 21 | +- [secureCodeBox – v2 ALPHA](#securecodebox--v2-alpha) |
| 22 | + - [Overview](#overview) |
| 23 | + - [Purpose of this Project](#purpose-of-this-project) |
| 24 | + - [Quickstart](#quickstart) |
| 25 | + - [Prerequisites](#prerequisites) |
| 26 | + - [Deployment (based on Helm)](#deployment-based-on-helm) |
| 27 | + - [Examples](#examples) |
| 28 | + - [Access Services](#access-services) |
| 29 | + - [How does it work?](#how-does-it-work) |
| 30 | + - [Architecture](#architecture) |
| 31 | + - [License](#license) |
| 32 | + - [Community](#community) |
| 33 | + - [Contributing](#contributing) |
| 34 | + - [Author Information](#author-information) |
32 | 35 |
|
33 | 36 | For additional documentation aspects please have a look at our: |
34 | 37 |
|
@@ -79,7 +82,7 @@ helm upgrade --install wpscan ./integrations/wpscan/ |
79 | 82 | # Optional Deploy some Demo Apps for scanning |
80 | 83 | helm upgrade --install dummy-ssh ./demo-apps/dummy-ssh/ |
81 | 84 |
|
82 | | -# Deploy secureCodeBox Hooks |
| 85 | +# Deploy secureCodeBox Hooks |
83 | 86 | helm upgrade --install aah ./hooks/add-attributes/ |
84 | 87 | helm upgrade --install gwh ./hooks/generic-webhook/ |
85 | 88 | helm upgrade --install issh ./hooks/imperative-subsequent-scans/ |
@@ -124,7 +127,7 @@ kubectl get scans |
124 | 127 | * User: `elastic` |
125 | 128 | * Password: `kubectl get secret scb-elasticsearch-es-elastic-user -n scb-analytics -o=jsonpath='{.data.elastic}' | base64 --decode; echo` |
126 | 129 | * Port Forward Kibana: `kubectl port-forward -n default service/persistence-elastic-kibana 5601:5601` |
127 | | - * Port Forward Elasticsearch: `kubectl port-forward -n default service/elasticsearch-master 9200:9200` |
| 130 | + * Port Forward Elasticsearch: `kubectl port-forward -n default service/elasticsearch-master 9200:9200` |
128 | 131 |
|
129 | 132 |
|
130 | 133 | ## How does it work? |
|
0 commit comments