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
+1 -1
View File
@@ -30,7 +30,7 @@ const IMAGE_NAMES = Object.freeze({
const EXPECTED_SOURCE_SURFACES = Object.freeze({
control: 2,
'control-ai': 1,
admin: 26,
admin: 28,
worker: 2,
});
const ADMISSION_CONFIG_NAME = 'ql3-plugin-package-secret-action-admission';