feat(iwooos): define Wazuh release owner gate
This commit is contained in:
@@ -99,6 +99,14 @@ def validate(root: Path) -> None:
|
||||
str(root / "scripts" / "security" / "wazuh-readonly-release-lane-preflight.py")
|
||||
)
|
||||
wazuh_readonly_release_lane_preflight["validate"](root)
|
||||
wazuh_readonly_release_owner_request = runpy.run_path(
|
||||
str(root / "scripts" / "security" / "wazuh-readonly-release-owner-request.py")
|
||||
)
|
||||
wazuh_readonly_release_owner_request["validate"](root)
|
||||
wazuh_readonly_release_owner_response_acceptance = runpy.run_path(
|
||||
str(root / "scripts" / "security" / "wazuh-readonly-release-owner-response-acceptance.py")
|
||||
)
|
||||
wazuh_readonly_release_owner_response_acceptance["validate"](root)
|
||||
telegram_alert_readability_guard = runpy.run_path(
|
||||
str(root / "scripts" / "security" / "telegram-alert-readability-guard.py")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user