OpenSCAP / scap-workbench

SCAP Scanner And Tailoring Graphical User Interface
https://www.open-scap.org/tools/scap-workbench
GNU General Public License v3.0
223 stars 65 forks source link

Not able to export remediation role for the selected profile #267

Open ansiblejunky opened 3 years ago

ansiblejunky commented 3 years ago

Installed SCAP-Workbench on MacOS and Windows platforms and in both cases, I loaded different content and the next window only shows the list of rules and you can customize them, and then a big "SCAN" button on the bottom left but nothing where it gives me the ability to export remediation role for the selected profile.

The documentation from here states:

Export remediation role for the selected profile

After you select a profile, you can export a remediation role to a file. Bash scripts, Ansible playbooks and Puppet manifests are the formats supported. The output file will contain all remediations for rules selected by the profile that are available. As the content of the remediation role solely depends on the profile, it is referred to as profile-based remediation role.

The possibility to save remediations to a file puts you in charge - you can examine it, edit it and decide what remediations to apply. However, the result-based remediations export produces output that fits your system better. See [view-and-analyze-results] to learn more about it.

Be aware that remediations may not be implemented in all formats. The most widely supported formats are bash scripts and Ansible playbooks.