Tool for generating report from results of oscap scan.
Learn how to install tool in the documentation.
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