mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-22 19:29:13 +08:00
feat(ql3): rehearse cross-domain reconciliation completion
This commit is contained in:
@@ -227,6 +227,18 @@ function auditWorkflow(contents, findings) {
|
||||
'automation-apply-verify.result.json',
|
||||
'automation-rollback-verify.result.json',
|
||||
'"completion":"not_attempted"',
|
||||
'--shape=completion-ready',
|
||||
'--mode=completion-review',
|
||||
'apply-plan edge',
|
||||
'"status":"secret_config_decision_required"',
|
||||
'"automaticCandidateDecision":"not_authorized"',
|
||||
'--mode=secret-config',
|
||||
'complete edge',
|
||||
'"status":"reconciliation_completed"',
|
||||
'"adapterCount":3',
|
||||
'completion-verify.result.json',
|
||||
'"targetRestart":"not_authorized"',
|
||||
'"legacyRestart":"not_authorized"',
|
||||
'docker rm "${TARGET_CONTAINER}" "${LEGACY_CONTAINER}"',
|
||||
'--application-sbom="${APPLICATION_SBOM}"',
|
||||
'--operator-sbom="${RUNNER_TEMP}/ql3-local-operator.cdx.json"',
|
||||
@@ -260,6 +272,11 @@ function auditWorkflow(contents, findings) {
|
||||
'--mode=review',
|
||||
'--mode=automation',
|
||||
'apply-rollback edge',
|
||||
'--shape=completion-ready',
|
||||
'--mode=completion-review',
|
||||
'apply-plan edge',
|
||||
'--mode=secret-config',
|
||||
'complete edge',
|
||||
'name: Upload the tested native Local Alpha trial kit',
|
||||
]) {
|
||||
const index = contents.indexOf(value, cursor + 1);
|
||||
|
||||
Reference in New Issue
Block a user