https://github.com/openscap/openscap-report
Tool for generating a report from results of oscap scan.
https://github.com/openscap/openscap-report
arf openscap oscap report security security-tools xml
Last synced: 7 months ago
JSON representation
Tool for generating a report from results of oscap scan.
- Host: GitHub
- URL: https://github.com/openscap/openscap-report
- Owner: OpenSCAP
- License: other
- Created: 2021-08-06T07:21:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T10:05:34.000Z (over 1 year ago)
- Last Synced: 2025-06-03T15:37:25.304Z (8 months ago)
- Topics: arf, openscap, oscap, report, security, security-tools, xml
- Language: CSS
- Homepage:
- Size: 10.1 MB
- Stars: 21
- Watchers: 7
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenSCAP Report Generator
[](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/?branch=main)
[](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/build-status/main)
[](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/?branch=main)
[](https://scrutinizer-ci.com/code-intelligence)
Tool for generating report from results of oscap scan.
## Installation
[Learn how to install tool in the documentation.](https://openscap-report.readthedocs.io/en/latest/manual/installation.html)
## 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`](https://github.com/OpenSCAP/openscap-report/tree/main/tests/test_data).
```bash
oscap-report < ssg-fedora-ds-arf.xml > report.html
```
More information about command line usage in [man page](https://openscap-report.readthedocs.io/en/latest/oscap-report.1.html) (`man oscap-report`) or on [readthedocs](https://openscap-report.readthedocs.io/en/latest/)