Skip to content

Commit 1f45b37

Browse files
committed
feat(secret-scanning): add automated message header to maintainer notifications
1 parent 83b8289 commit 1f45b37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.agents/skills/openclaw-secret-scanning-maintainer/scripts/secret-scanning.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,8 @@ function cmdNotify(target, author, locationType, secretTypes, replyToNodeId) {
581581
}
582582

583583
const body = [
584+
`> **Note:** This is an automated message sent by the OpenClaw maintainer team. **NO_REPLY.**`,
585+
"",
584586
`@${author} :warning: **Security Notice: Secret Leakage Detected**`,
585587
"",
586588
`GitHub Secret Scanning detected the following exposed secret types in ${locationDesc}:`,

0 commit comments

Comments
 (0)