test(awooop): guard controlled automation copy
This commit is contained in:
@@ -91,6 +91,10 @@ def validate(root: Path) -> None:
|
||||
str(root / "scripts" / "security" / "iwooos-frontend-display-redaction-guard.py")
|
||||
)
|
||||
iwooos_frontend_display_redaction_guard["validate"](root)
|
||||
awooop_controlled_automation_copy_guard = runpy.run_path(
|
||||
str(root / "scripts" / "security" / "awooop-controlled-automation-copy-guard.py")
|
||||
)
|
||||
awooop_controlled_automation_copy_guard["validate"](root)
|
||||
wazuh_readonly_route_boundary_guard = runpy.run_path(
|
||||
str(root / "scripts" / "security" / "wazuh-readonly-route-boundary-guard.py")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user