mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 15:44:31 +00:00
CI: restore main detect-secrets scan (#38438)
* Tests: stabilize detect-secrets fixtures * Tests: fix rebased detect-secrets false positives * Docs: keep snippets valid under detect-secrets * Tests: finalize detect-secrets false-positive fixes * Tests: reduce detect-secrets false positives * Tests: keep detect-secrets pragmas inline * Tests: remediate next detect-secrets batch * Tests: tighten detect-secrets allowlists * Tests: stabilize detect-secrets formatter drift
This commit is contained in:
@@ -1490,7 +1490,7 @@ description: test skill
|
||||
channels: {
|
||||
feishu: {
|
||||
appId: "cli_test",
|
||||
appSecret: "secret_test",
|
||||
appSecret: "secret_test", // pragma: allowlist secret
|
||||
},
|
||||
},
|
||||
};
|
||||
@@ -1522,7 +1522,7 @@ description: test skill
|
||||
channels: {
|
||||
feishu: {
|
||||
appId: "cli_test",
|
||||
appSecret: "secret_test",
|
||||
appSecret: "secret_test", // pragma: allowlist secret
|
||||
tools: { doc: false },
|
||||
},
|
||||
},
|
||||
@@ -1966,8 +1966,8 @@ description: test skill
|
||||
mode: "http",
|
||||
botTokenSource: "config",
|
||||
botTokenStatus: "configured_unavailable",
|
||||
signingSecretSource: "config",
|
||||
signingSecretStatus: "configured_unavailable",
|
||||
signingSecretSource: "config", // pragma: allowlist secret
|
||||
signingSecretStatus: "configured_unavailable", // pragma: allowlist secret
|
||||
config: channel,
|
||||
};
|
||||
}
|
||||
@@ -1978,8 +1978,8 @@ description: test skill
|
||||
mode: "http",
|
||||
botTokenSource: "config",
|
||||
botTokenStatus: "available",
|
||||
signingSecretSource: "config",
|
||||
signingSecretStatus: "available",
|
||||
signingSecretSource: "config", // pragma: allowlist secret
|
||||
signingSecretStatus: "available", // pragma: allowlist secret
|
||||
config: channel,
|
||||
};
|
||||
},
|
||||
@@ -2042,8 +2042,8 @@ description: test skill
|
||||
mode: "http",
|
||||
botTokenSource: "config",
|
||||
botTokenStatus: "configured_unavailable",
|
||||
signingSecretSource: "config",
|
||||
signingSecretStatus: "configured_unavailable",
|
||||
signingSecretSource: "config", // pragma: allowlist secret
|
||||
signingSecretStatus: "configured_unavailable", // pragma: allowlist secret
|
||||
config: channel,
|
||||
};
|
||||
}
|
||||
@@ -2054,8 +2054,8 @@ description: test skill
|
||||
mode: "http",
|
||||
botTokenSource: "config",
|
||||
botTokenStatus: "available",
|
||||
signingSecretSource: "config",
|
||||
signingSecretStatus: "missing",
|
||||
signingSecretSource: "config", // pragma: allowlist secret
|
||||
signingSecretStatus: "missing", // pragma: allowlist secret
|
||||
config: channel,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user