fix(security): reconcile current install boundaries

This commit is contained in:
jesse-merhi
2026-08-11 14:19:48 +10:00
parent defd9c40d6
commit 9ce3ec0082
2 changed files with 1 additions and 1 deletions
@@ -1000,7 +1000,6 @@ export async function scanInstalledPackageDependencyTreeRuntime(params: {
const runPolicy = () =>
runOperatorInstallPolicy({
config: params.config,
dangerouslyForceUnsafeInstall: params.dangerouslyForceUnsafeInstall,
logger: params.logger,
onInstallPolicyWarning: params.onInstallPolicyWarning,
origin: { type: "plugin-dependency-tree" },