Skip to content

Commit

Permalink
Install / setup some more dependencies in the setup example.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Jan 7, 2025
1 parent cebf7d7 commit b92d8d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

# Install the Operator & CRD's into the `securecodebox-system` namespace
helm --namespace securecodebox-system upgrade --install --create-namespace securecodebox-operator oci://ghcr.io/securecodebox/helm/operator

# Create a namespace for the scans to run in
kubectl create namespace scans || true

echo "Setting up secureCodeBox ScanTypes and Cascading Scans Hook"

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

0 comments on commit b92d8d2

Please sign in to comment.