Kubescape is a tool that helps you scan your Kubernetes clusters for security misconfigurations. We can scan local cluster and config files.
For more usages head over to GitHub
- Install Kubescape
Installations instructions can be found here
- To scan local YAML/JSON files.
kubescape scan *.yaml
- To Scan Kubernetes manifest files from a git repository
kubescape scan https://github.com/kubescape/kubescape
- We can output the results in JSON, html, and markdown PDF.
kubescape scan *.yaml --output results.json
kubescape scan *.yaml --output results.pdf
kubescape scan *.yaml --output results.html