Discover Packages
github.com/manywho/oscap-json
command
module
Version:
v0.0.0-...-4720c68
Opens a new window with list of versions in this module.
Published: Jul 2, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
OSCAP JSON
A simple tool for parsing output from OpenSCAP and converting it to JSON
Usage
oscap-json can either read input from a file or stdin
. By default it will try to read from stdin
. To override this behaviour and read from a file, use the -file
flag.
# Read from stdin
$ sudo oscap xccdf eval --profile my_profile /path/to/scap.xml | oscap-json
# Read from a file
$ sudo oscap xccdf eval --profile my_profile /path/to/scap.xml > /tmp/report.txt
oscap-json -file /tmp/report.txt
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.