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

Commit 5c26265

Browse files
committed
Updated readme to use shorter release names because this will result in shorter job names also (it's a poblem if they are too long)
1 parent a2fecfa commit 5c26265

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ helm upgrade --install wpscan ./integrations/wpscan/
8080
helm upgrade --install dummy-ssh ./demo-apps/dummy-ssh/
8181

8282
# Deploy secureCodeBox Hooks
83-
helm upgrade --install add-attributes ./hooks/add-attributes/
84-
helm upgrade --install generic-webhook ./hooks/generic-webhook/
85-
helm upgrade --install imperative-subsequent-scans ./hooks/imperative-subsequent-scans/
83+
helm upgrade --install aah ./hooks/add-attributes/
84+
helm upgrade --install gwh ./hooks/generic-webhook/
85+
helm upgrade --install issh ./hooks/imperative-subsequent-scans/
8686

8787
## Persistence Provider: Elasticsearch
88-
helm upgrade --install persistence-elastic ./hooks/persistence-elastic/
88+
helm upgrade --install elkh ./hooks/persistence-elastic/
8989
```
9090

9191
### Examples

0 commit comments

Comments
 (0)