fix(ci): stabilize detect-secrets baseline

This commit is contained in:
Peter Steinberger
2026-03-08 01:25:15 +00:00
parent eb9e78d6d0
commit 08597e817d
4 changed files with 14 additions and 14 deletions

View File

@@ -601,7 +601,7 @@ describe("readSystemdServiceExecStart", () => {
});
expect(command?.environmentValueSources).toEqual({
OPENCLAW_GATEWAY_TOKEN: "file",
OPENCLAW_GATEWAY_PASSWORD: "file",
OPENCLAW_GATEWAY_PASSWORD: "file", // pragma: allowlist secret
});
});
});