openscap-report
openscap-report copied to clipboard
Tool for generating a report from results of oscap scan.
OpenSCAP Report Generator
Tool for generating report from results of oscap scan.
Installation
Learn how to install tool in the documentation.
Example usage
This command consumes the ARF file, which is one of the possible standardized formats for the results of SCAP-compliant scanners. You can read about generating ARF report files using OpenSCAP in the OpenSCAP User Manual. Or you can use test arf files from repository /tests/test_data
.
oscap-report < ssg-fedora-ds-arf.xml > report.html
More information about command line usage in man page (man oscap-report
) or on readthedocs