Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T10:05:34.000Z (4 months ago)
- Last Synced: 2024-10-04T10:21:55.524Z (4 months ago)
- Topics: arf, openscap, oscap, report, security, security-tools, xml
- Language: CSS
- Homepage:
- Size: 10.1 MB
- Stars: 19
- Watchers: 8
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenSCAP Report Generator
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/?branch=main)
[![Build Status](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/badges/build.png?b=main)](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/build-status/main)
[![Code Coverage](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/?branch=main)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/OpenSCAP/openscap-report/badges/code-intelligence.svg?b=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/)