Hi Steve,
Kindly note that the CIS script for 24.04 is not available in Wazuh right now. The Benchmark was released a few months back by CIS and the team is already working on it. It will be available in future releases.
https://github.com/wazuh/wazuh/issues/23194
Additionally, you can use the CIS script for 22.04 to use in 24.04 by making some small adjustments.
You need to change the condition to make it work in 24.04
Ex: 22.04
requirements:
title: "Check Ubuntu version."
description: "Requirements for running the SCA scan against Ubuntu Linux 22.04 LTS"
condition: all
rules:
- "f:/etc/os-release -> r:Ubuntu 22.04"
- "f:/proc/sys/kernel/ostype -> Linux"
24.04
rules:
- "f:/etc/os-release -> r:Ubuntu 24.04"
Please remember that as this is not developed for 24.04 there might be some false positives.
You need to make the necessary adjustments to the script for that.
Please check the link for configuring SCA scans and policy
I hope you find this information useful.