feat(ql3): verify cluster evidence offline

This commit is contained in:
whyour
2026-08-16 07:40:55 +08:00
parent 4f62a86d15
commit 33b9eb2f5e
16 changed files with 1422 additions and 13 deletions
@@ -59,6 +59,10 @@ test('binds the live image gate to native and container-published loopback', ()
assert.match(source, /consoleAssets: true/);
assert.match(source, /consoleEvidenceBundle: true/);
assert.match(source, /createClusterConsoleEvidenceBundle/);
assert.match(source, /function runEvidenceVerifierContract\(image\)/);
assert.match(source, /\[facade, 'evidence-verify'/);
assert.match(source, /tamperRejected: true/);
assert.match(source, /evidenceVerifier: true/);
assert.match(source, /function runPublishedConsoleContract\(image\)/);
assert.match(
source,