You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is necessary to analyze and modify the GHA of the Wazuh indexer that checks the SHA of the configuration files in the upgrades since this is not maintainable nor does it take into account accepted changes in said files.
An example would be the following issue #2429, where it is reported that the config.yml file has been modified, which is true since the said file was modified to encapsulate the IPs in double quotes.
It is proposed to replace the test to check the SHA of the files with a functional test where the reliability of the changes is checked. This could be considered in two ways:
Remove the SHA check and add the new test
Keep the SHA check and run the test if a file changes
The text was updated successfully, but these errors were encountered:
Description
It is necessary to analyze and modify the GHA of the Wazuh indexer that checks the SHA of the configuration files in the upgrades since this is not maintainable nor does it take into account accepted changes in said files.
An example would be the following issue #2429, where it is reported that the
config.yml
file has been modified, which is true since the said file was modified to encapsulate the IPs in double quotes.It is proposed to replace the test to check the SHA of the files with a functional test where the reliability of the changes is checked. This could be considered in two ways:
The text was updated successfully, but these errors were encountered: