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

Commit 73b4eb9

Browse files
committed
#13 Add top-level headline
In Markdown it is highly recomended to add a top-level title. Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent df71a34 commit 73b4eb9

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

README.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# secureCodeBox – v2 ALPHA
2+
13
<p align="center">
24
<img alt="secureCodeBox Logo" src="./docs/resources/securecodebox-logo.svg" width="800px">
35
</p>
@@ -16,19 +18,20 @@
1618

1719
<!-- toc -->
1820

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)
3235

3336
For additional documentation aspects please have a look at our:
3437

@@ -79,7 +82,7 @@ helm upgrade --install wpscan ./integrations/wpscan/
7982
# Optional Deploy some Demo Apps for scanning
8083
helm upgrade --install dummy-ssh ./demo-apps/dummy-ssh/
8184

82-
# Deploy secureCodeBox Hooks
85+
# Deploy secureCodeBox Hooks
8386
helm upgrade --install aah ./hooks/add-attributes/
8487
helm upgrade --install gwh ./hooks/generic-webhook/
8588
helm upgrade --install issh ./hooks/imperative-subsequent-scans/
@@ -124,7 +127,7 @@ kubectl get scans
124127
* User: `elastic`
125128
* Password: `kubectl get secret scb-elasticsearch-es-elastic-user -n scb-analytics -o=jsonpath='{.data.elastic}' | base64 --decode; echo`
126129
* 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`
128131

129132

130133
## How does it work?

0 commit comments

Comments
 (0)