Close AUDIT-WP-0007 after live chain attestation.
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Migration 0006 applied on railiance01. Verify-against the dated
chain-head evidence is intact for 30 events.
This commit is contained in:
tegwick 2026-08-16 01:23:54 +02:00
parent 5fd04e2095
commit 61214bc24a
7 changed files with 46 additions and 15 deletions

View file

@ -24,6 +24,8 @@ def test_capability_record_exists_and_joins_operations_audit():
unknown = [row for row in audit["consumes"] if row["basis"] == "unknown"]
assert unknown
assert all(row["quantity"]["value"] is None and row.get("gap") for row in unknown)
hooks = {item["hook"]: item["basis"] for item in audit["evidence"]}
assert hooks["integrity_verification"] == "measured"
def test_capability_review_against_live_catalog():