Tool integration

Kubescape Integration Guide

Kubernetes security posture scanner with NSA/MITRE frameworks

Get a Free API Key

Integrate Kubescape with Vulnetix. Scan Kubernetes clusters, manifests, and Helm charts against NSA, MITRE ATT&CK, and CIS frameworks.

CLI toolSARIF

Install & scan

$ curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | bash
$ kubescape scan --format sarif --output kubescape.sarif

Run Kubescape in CI

Scan on every push and upload the results to Vulnetix:

- name: Install Kubescape
  run: curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | bash
- name: Run Kubescape
  run: kubescape scan --format sarif --format-version v2 --output kubescape.sarif
- name: Upload to Vulnetix
  run: vulnetix upload --file kubescape.sarif

Centralise Kubescape results in Vulnetix

Upload Kubescape SARIF output to the Vulnetix platform to deduplicate findings, prioritise them with EPSS, CISA KEV and Coalition ESS exploit intelligence, and track remediation across every scanner in a single queue.

Kubescape documentation ↗  ·  Source repository ↗

Wire Kubescape into your CI/CD pipeline →