feat(ql3): add opt-in security administration job

This commit is contained in:
whyour
2026-08-25 03:15:37 +08:00
parent fbedae0116
commit 931f9eee38
31 changed files with 1606 additions and 14 deletions
+5 -5
View File
@@ -102,9 +102,9 @@ test('audits one source-derived QingLong 3 release identity', () => {
legacyRootExcluded: true,
workspacePackageCount: 18,
containerRootCount: 4,
deploymentFileCount: 246,
deploymentImageReferences: 32,
deploymentVersionOccurrences: 36,
deploymentFileCount: 260,
deploymentImageReferences: 34,
deploymentVersionOccurrences: 38,
compatible: true,
});
});
@@ -115,8 +115,8 @@ test('plans the exact governed version surface without touching legacy 2.x', ()
sourceVersion: SOURCE_VERSION,
targetVersion: TARGET_VERSION,
});
assert.equal(plan.fileCount, 65);
assert.equal(plan.replacementCount, 83);
assert.equal(plan.fileCount, 66);
assert.equal(plan.replacementCount, 85);
assert.equal(plan.legacyRootPackageVersion, LEGACY_VERSION);
assert.equal(plan.legacyRootExcluded, true);
assert.equal(