feat(secret-scanning): add automated message header to maintainer notifications

This commit is contained in:
masonxhuang
2026-05-14 22:27:46 +08:00
parent 83b8289ee2
commit 1f45b37fe1

View File

@@ -581,6 +581,8 @@ function cmdNotify(target, author, locationType, secretTypes, replyToNodeId) {
}
const body = [
`> **Note:** This is an automated message sent by the OpenClaw maintainer team. **NO_REPLY.**`,
"",
`@${author} :warning: **Security Notice: Secret Leakage Detected**`,
"",
`GitHub Secret Scanning detected the following exposed secret types in ${locationDesc}:`,