Policies and Rules come from the SCAP Security Guide, generated from
https://github.com/ComplianceAsCode/content. This adds rake tasks to
download and unarchive released versions of SSG for a given application,
and a shortcut rake task for all the RHEL SSG content.
It seems weird to namespace parts of this under OpenscapParser, such as the Downloader and Unarchiver, since they do no parsing of SCAP content.
@dLobatog I'd like a sanity check here before I go further with tests and docs. I plan on submitting another PR for any additional parsing code we need.
Policies and Rules come from the SCAP Security Guide, generated from https://github.com/ComplianceAsCode/content. This adds rake tasks to download and unarchive released versions of SSG for a given application, and a shortcut rake task for all the RHEL SSG content.
Todo:
It seems weird to namespace parts of this under
OpenscapParser
, such as theDownloader
andUnarchiver
, since they do no parsing of SCAP content.@dLobatog I'd like a sanity check here before I go further with tests and docs. I plan on submitting another PR for any additional parsing code we need.
Signed-off-by: Andrew Kofink akofink@redhat.com