docs(security): add owner response evidence routing
This commit is contained in:
@@ -100,6 +100,7 @@ def validate(root: Path) -> None:
|
||||
"s4_12_workflow_secret_name_owner_response_redaction_examples",
|
||||
"s4_12_workflow_secret_name_owner_response_collection_checks",
|
||||
"s4_12_workflow_secret_name_owner_response_intake_preflight_checks",
|
||||
"s4_13_owner_response_validation_evidence_routing_rules",
|
||||
]
|
||||
assert_equal(
|
||||
"progress_delta_ledger.delta_ids",
|
||||
@@ -133,6 +134,7 @@ def validate(root: Path) -> None:
|
||||
owner_summary = owner_rollup["summary"]
|
||||
assert_equal("owner_rollup.total_received_response_count", owner_summary["total_received_response_count"], 0)
|
||||
assert_equal("owner_rollup.total_accepted_response_count", owner_summary["total_accepted_response_count"], 0)
|
||||
assert_equal("owner_rollup.owner_response_evidence_routing_rule_count", owner_summary["owner_response_evidence_routing_rule_count"], 6)
|
||||
assert_false("owner_rollup.runtime_execution_authorized", owner_summary["runtime_execution_authorized"])
|
||||
assert_false("owner_rollup.repo_creation_authorized", owner_summary["repo_creation_authorized"])
|
||||
assert_false("owner_rollup.refs_sync_authorized", owner_summary["refs_sync_authorized"])
|
||||
|
||||
Reference in New Issue
Block a user