New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oscap reports (JSON) #1555
Comments
|
Yes, there are plans for this. Can't say anything about time-line here, but the feature in the "active" part of the backlog (not tracked in GH, tho). Any particular details you are expecting from it (structure, schema etc)? |
|
Also it would be interesting to know where you're going to integrate the scanner in such a manner. Would it be possible for you to give us some information? |
|
We would be interested easily extract to json output information related to a specific benchmark results, like Rule ID, Result, Time, Severity, Identifiers, Description, Rationale - whatever we can view from HTML report while following the link for specific result details. |
|
You could create your own json files. I suggest looking into using xmlstarlet, htmltotext, and jq. A mix of bash and python were used in my workplace but it could be done purely in one language. We consolidated all the results into a single summary report to make easier for reporting. There were other things created but that was the most useful thing we did. |
|
I did, for the information I need in json Ansible regex worked finally good enough. |
Hi, just a question - are there any plans to have an option to convert oscap xml report to json format?
The text was updated successfully, but these errors were encountered: