docs(security): mark next owner response candidate
This commit is contained in:
@@ -87,6 +87,34 @@ def validate(root: Path) -> None:
|
||||
assert_false("owner_rollup.github_primary_switch_authorized", owner_summary["github_primary_switch_authorized"])
|
||||
assert_false("owner_rollup.action_buttons_allowed", owner_summary["action_buttons_allowed"])
|
||||
|
||||
next_candidate = owner_rollup["next_collection_candidate"]
|
||||
assert_equal("owner_rollup.next_collection_candidate.order", next_candidate["order"], 1)
|
||||
assert_equal(
|
||||
"owner_rollup.next_collection_candidate.lane_id",
|
||||
next_candidate["lane_id"],
|
||||
"s4_9_gitea_inventory_owner_attestation_response",
|
||||
)
|
||||
assert_equal(
|
||||
"owner_rollup.next_collection_candidate.display_status",
|
||||
next_candidate["display_status"],
|
||||
"next_owner_response_required",
|
||||
)
|
||||
assert_equal(
|
||||
"owner_rollup.next_collection_candidate.required_response_template_count",
|
||||
next_candidate["required_response_template_count"],
|
||||
5,
|
||||
)
|
||||
assert_equal("owner_rollup.next_collection_candidate.received_response_count", next_candidate["received_response_count"], 0)
|
||||
assert_equal("owner_rollup.next_collection_candidate.accepted_response_count", next_candidate["accepted_response_count"], 0)
|
||||
assert_equal(
|
||||
"owner_rollup.next_collection_candidate.awooop_display_mode",
|
||||
next_candidate["awooop_display_mode"],
|
||||
"display_next_collection_item_only",
|
||||
)
|
||||
assert_true("owner_rollup.next_collection_candidate.blocked_until_received", next_candidate["blocked_until_received"])
|
||||
assert_false("owner_rollup.next_collection_candidate.execution_authorized", next_candidate["execution_authorized"])
|
||||
assert_true("owner_rollup.next_collection_candidate.not_approval", next_candidate["not_approval"])
|
||||
|
||||
owner_local_validation = owner_rollup["latest_local_validation"]
|
||||
assert_equal("owner_rollup.latest_local_validation.status", owner_local_validation["status"], "repo_snapshot_guard_pass")
|
||||
assert_equal("owner_rollup.latest_local_validation.scope", owner_local_validation["scope"], "repo_snapshot_only")
|
||||
|
||||
Reference in New Issue
Block a user