Add governed action audit preflight

This commit is contained in:
rcourtman
2026-04-25 22:35:19 +01:00
parent 175f8b4bf1
commit acbed82d75
16 changed files with 626 additions and 79 deletions
@@ -12,7 +12,7 @@ REPORT = {
},
},
"summary": {
"lane_count": 19,
"lane_count": 20,
},
"coverage_gaps": [
{
@@ -84,7 +84,7 @@ class SubsystemLookupTest(unittest.TestCase):
{"v6-rc-cut", "v6-rc-stabilization", "v6-ga-promotion", "v6-product-lane-expansion"},
)
self.assertEqual(result["scope"]["control_plane_repo"], "pulse")
self.assertEqual(result["status_summary"]["lane_count"], 19)
self.assertEqual(result["status_summary"]["lane_count"], 20)
file_entry = result["files"][0]
matches = {match["subsystem"] for match in file_entry["matches"]}