Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 905 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 905 Bytes

Kubescape

Kubescape is a tool that helps you scan your Kubernetes clusters for security misconfigurations. We can scan local cluster and config files.

Usage

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