Convert a kube-bench report to PDF
Generate report like this :
./kube-bench.sh > report.txt
Then convert it to PDF like this :
kube-bench --json --include-test-output --outputfile report.json
And launch this tool :
# syntax: python kube-bench-pdf.py <input> <output>
python kube-bench-pdf.py report.json report.pdf
Easy ! To install the dependencies, just run :
pip install -r requirements.txt