test: add codex npm plugin Docker live proof

This commit is contained in:
Peter Steinberger
2026-05-02 20:08:07 +01:00
parent 66db189962
commit 23ac9ccfd5
13 changed files with 738 additions and 6 deletions

View File

@@ -601,7 +601,7 @@ function logTrustedSourceLinkedOfficialInstall(params: {
targetLabel: string;
}) {
params.logger.warn?.(
`WARNING: ${params.targetLabel} allowed because it is an official source-linked ClawHub package: ${buildCriticalDetails({ findings: params.findings })}`,
`WARNING: ${params.targetLabel} allowed because it is an official OpenClaw package: ${buildCriticalDetails({ findings: params.findings })}`,
);
}