Some checks failed
Test / test (push) Has been cancelled
The actual wazuh.yml file has passwords WITHOUT quotes: password: MyS3cr37P450r.*- But the sed command was searching FOR quotes: password: "MyS3cr37P450r.*-" This caused the sed command to not match and not replace anything. Fixed by removing quotes from the sed pattern to match the actual YAML format used by Wazuh. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>