- Clone Project
git clone https://github.com/kubescape/kubescape.git kubescape && cd "$_"
- Build kubescape CLI Docker image
make all
docker buildx build -t kubescape-cli -f build/kubescape-cli.Dockerfile --build-arg="ks_binary=kubescape" --load .
- Build kubescape Docker image
docker buildx build -t kubescape -f build/Dockerfile --load .