ci: add Wazuh logtest validation contract#64
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7d49be65fb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Human governance review for validation PR #64: Reviewed the Wazuh logtest/static validation contract change. This PR correctly adds a Wazuh validation registry, controlled sample event contracts for HO-DET-011 and HO-DET-012, and CI validation that does not require live Wazuh manager access by default. Important boundary confirmed: Static CI contract is enforced. Checks are passing. This is merge-eligible after final merge gate, with proof ceiling remaining SOURCE_AND_STATIC_CI_CONTRACT_ONLY. |
Summary
Boundaries
Validation Evidence
python -B scripts\verify_validation_registry.pypython -B scripts\verify_all_validation_packages.pypython -B scripts\verify_validation_contract.pypython -B scripts\verify_wazuh_logtest_registry.pypython -B -m unittest discover -s testspython -B scripts\verify_wazuh_logtest_registry.py --detections-root <detections worktree>WAZUH_LOGTEST_REGISTRY=pass mode=static entries=3Ran 49 tests ... OKProof Ceiling
SOURCE_AND_STATIC_CI_CONTRACT_ONLY