Metadata-Version: 2.1
Name: kube-bench-report-converter
Version: 0.0.1
Summary: Converts kube-bench checks console output to CSV.
Home-page: https://github.com/build-failure/kube-bench-report-converter
Author: Michael Lewkowski
Author-email: michael@lewkowski.de
Maintainer: Michael Lewkowski
Maintainer-email: michael@lewkowski.de
License: MIT
Project-URL: Code, https://github.com/build-failure/kube-bench-report-converter
Project-URL: Issue tracker, https://github.com/build-failure/kube-bench-report-converter/issues
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. |
Keywords: kube-bench report convert csv
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
Description-Content-Type: text/markdown
