docs(security): add github target preflight checks
This commit is contained in:
@@ -87,6 +87,7 @@ def validate(root: Path) -> None:
|
||||
"s4_10_owner_response_audit_event_templates",
|
||||
"s4_10_owner_response_redaction_examples",
|
||||
"s4_10_owner_response_collection_checks",
|
||||
"s4_10_owner_response_intake_preflight_checks",
|
||||
]
|
||||
assert_equal(
|
||||
"progress_delta_ledger.delta_ids",
|
||||
|
||||
@@ -138,6 +138,14 @@ LANES = [
|
||||
"collection-github-target-no-approval-language",
|
||||
"collection-github-target-audit-metadata-only",
|
||||
],
|
||||
"expected_preflight_checks": [
|
||||
"preflight-known-github-target",
|
||||
"preflight-required-github-target-owner-fields",
|
||||
"preflight-allowed-github-target-decision",
|
||||
"preflight-github-target-redacted-evidence-only",
|
||||
"preflight-no-source-control-execution-request",
|
||||
"preflight-all-seven-targets-before-accepted",
|
||||
],
|
||||
},
|
||||
{
|
||||
"lane_id": "s4_11_ref_truth_owner_response",
|
||||
|
||||
Reference in New Issue
Block a user