Skip to content

Commit b92d8d2

Browse files
committed
Install / setup some more dependencies in the setup example.sh
1 parent cebf7d7 commit b92d8d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/setup.sh

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/bin/bash
22

3+
# Install the Operator & CRD's into the `securecodebox-system` namespace
4+
helm --namespace securecodebox-system upgrade --install --create-namespace securecodebox-operator oci://ghcr.io/securecodebox/helm/operator
5+
6+
# Create a namespace for the scans to run in
7+
kubectl create namespace scans || true
8+
39
echo "Setting up secureCodeBox ScanTypes and Cascading Scans Hook"
410

511
helm --namespace scans upgrade --install nmap oci://ghcr.io/securecodebox/helm/nmap

0 commit comments

Comments
 (0)