openscap-report

Tool for generating report from results of oscap scan.


Keywords
arf, openscap, oscap, report, security, security-tools, xml
License
xpp
Install
pip install openscap-report==0.2.9

Documentation

OpenSCAP Report Generator

Scrutinizer Code Quality Build Status Code Coverage Code Intelligence Status

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