wazuh / wazuh-agent

Wazuh agent, the Wazuh agent for endpoints.
GNU Affero General Public License v3.0
32 stars 18 forks source link

Changes in ConfigurationParser module to parse yaml instead of toml #266

Closed Nicogp closed 2 weeks ago

Nicogp commented 2 weeks ago
Related issue
#103

Description

This PR adds changes to the ConfigurationParser module so that it now parses yaml files instead of toml files.

Tests