Hi there,
Currently, we recommend using SCA instead of configuring OpenSCAP as SCA is our opensource option for hardening, which means increasing the security of hosts by reducing their vulnerability surface. By default, the Wazuh Agent will run SCA scans for every policy (.yaml or .yml files) present in their ruleset folder:
Linux agents: <agent-installation-folder>/ruleset/sca
Windows agents: <agent-installation-folder>\ruleset\sca
To enable a policy file that is outside the default folder, add a line like
<policy>/some/custom/policy/folder/policy_file_to_enable.yml</policy>The same for CIS-CAT, we're deprecating the CIS-CAT integration module, in favor of
SCA, which performs scans of security policies based on CIS Benchmarks.
I hope this information helps.
Regards