mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 10:32:40 +08:00
feat(ql3): verify cluster evidence offline
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user