Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.13 KB

kubescape.md

File metadata and controls

43 lines (30 loc) · 1.13 KB
title sidebar_position description tags keywords slug
Kubescape
2
A tool that helps you scan your Kubernetes clusters for security misconfigurations.
Kubernetes
Tools
Security
Kubernetes
Tools
Security
Kubescape
/kubernetes/tools/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