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

Commit bfa1bed

Browse files
committed
Add all demo-apps to script
1 parent 86cb819 commit bfa1bed

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bin/install-all.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ helm upgrade --install zap ./scanners/zap/
1616
helm upgrade --install wpscan ./scanners/wpscan/
1717

1818
helm upgrade --install dummy-ssh ./demo-apps/dummy-ssh/
19+
helm upgrade --install juice-shop ./demo-apps/juice-shop/
20+
helm upgrade --install old-wordpress ./demo-apps/old-wordpress/
21+
helm upgrade --install bodgeit ./demo-apps/bodgeit/
22+
helm upgrade --install swagger-petstore ./demo-apps/swagger-petstore/
23+
helm upgrade --install http-webhook ./demo-apps/http-webhook/
1924

2025
helm upgrade --install aah ./hooks/update-field/
2126
helm upgrade --install gwh ./hooks/generic-webhook/

bin/uninstall-all.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ helm uninstall zap
1515
helm uninstall wpscan
1616

1717
helm uninstall dummy-ssh
18+
helm uninstall bodgeit
19+
helm uninstall http-webhook
20+
helm uninstall juice-shop
21+
helm uninstall old-wordpress
22+
helm uninstall swagger-petstore
1823

1924
helm uninstall aah
2025
helm uninstall gwh

0 commit comments

Comments
 (0)