docs(security): add workflow secret request packet

This commit is contained in:
Your Name
2026-05-19 00:26:07 +08:00
parent bcd7a11d58
commit 6197ca4800
30 changed files with 288 additions and 57 deletions

View File

@@ -94,6 +94,7 @@ def validate(root: Path) -> None:
"s4_11_ref_truth_owner_response_redaction_examples",
"s4_11_ref_truth_owner_response_collection_checks",
"s4_11_ref_truth_owner_response_intake_preflight_checks",
"s4_12_workflow_secret_name_owner_response_request_packet",
]
assert_equal(
"progress_delta_ledger.delta_ids",

View File

@@ -221,6 +221,14 @@ LANES = [
"github_primary_switch_authorized",
"action_buttons_allowed",
],
"expected_request_packet_id": "s4_12_workflow_secret_name_owner_response_request",
"expected_request_template_ids": [
"response-webhook-redacted-export",
"response-runner-label-owner",
"response-deploy-key-redacted-export",
"response-branch-protection-codeowners",
"response-repository-secret-name-parity",
],
},
]