wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
97 stars 89 forks source link

Merge 4.8.0 into 4.8.1 #2895

Closed vikman90 closed 3 months ago

vikman90 commented 3 months ago
Related issue
#2894
MarcelKemp commented 3 months ago

Failed checks

Distributes cases and All in One tests

The PR checks are failing due to an error detection in the manager logs after installation:

wazuh-modulesd:vulnerability-scanner: ERROR: Error processing message: [json.exception.out_of_range.401] array index 8 is out of range

This bug comes from 4.8.0 and is already reported in the following issue, which seems to have a PR where the problem is fixed:

Build Wazuh packages

The checks fail because the base branch was initially set to master by mistake, causing it to attempt to download and install a 5.0.0 package.

This failure is expected because of the way the test workflow is set up, and it would simply take a new commit to take the 4.8.1 branch and build it correctly.