mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-20 16:07:11 +08:00
feat(local): plan secret config reconciliation
This commit is contained in:
@@ -2058,6 +2058,12 @@ function auditSourceImports(root, packagePath, findings) {
|
||||
'src/deployment/reconciliation/application/automation/rowPlan.ts' &&
|
||||
specifier === '@qinglong/local-admin/adoption-inspection'
|
||||
) &&
|
||||
!(
|
||||
path.relative(packageDirectory, filePath) ===
|
||||
'src/deployment/reconciliation/application/secret-and-config/rowPlan.ts' &&
|
||||
specifier ===
|
||||
'@qinglong/local-admin/reconciliation-secret-and-config-inspection'
|
||||
) &&
|
||||
!(
|
||||
[
|
||||
'src/deployment/compose/composeApply.ts',
|
||||
|
||||
Reference in New Issue
Block a user