Skip to content

Latest commit

 

History

History
 
 

Kubescape

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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