docs/list-csv-output.md
Kubescape now supports CSV output for the list command so framework, exception, and control data can be imported into spreadsheets and automation pipelines more easily.
The list command already supports pretty-print, json, and yaml. It now also accepts csv.
kubescape list frameworks --format csv
Example output:
name
nsa
mitre
kubescape list controls --format csv
Example output:
id,name,frameworks
C-0001,Forbidden Registries,NSA;MITRE
C-0002,Privileged Containers,AllControls
CSV output makes it easier to: