Converts kube-bench checks console output to CSV.
Project description
kube-bench-report-converter
Converts kube-bench execution console output to a CSV report.
Install
PyPI
pip install -U kube-bench-report-converter
Source
git clone git@github.com:build-failure/kube-bench-report-converter.git
cd kube-bench-report-converter/
pip install .
Use
cat kube-bench.log | kube-bench-report-converter > kube-bench-report.csv
or
kube-bench-report-converter --input_file_path 'kube-bench.log' --output_file_path 'kube-bench-report.csv'
Arguments
Name | Description | Default |
---|---|---|
input_file_path | kube-bench execution console output. | Read from stdin. |
output_file_path | kube-bench CSV report file path. | Write to stdout. |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for kube-bench-report-converter-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88ed231d3eea980d7ba3c516b7114ae37c6f7017a40d88bf0bddc65dc6d66a1b |
|
MD5 | 5a006031037a240c705eb656ff10a959 |
|
BLAKE2b-256 | 366de54c68963b570befba4663c40ed9d0cf5e85ac5e73dc475339a9bc0eaf9c |