Skip to content

Commit 5b735e3

Browse files
authored
Additional keyword to rootly webhook scanner
1 parent 3a2f7bf commit 5b735e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/detectors/rootlywebhook/rootlywebhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var (
2727
// Keywords are used for efficiently pre-filtering chunks.
2828
// Use identifiers in the secret preferably, or the provider name.
2929
func (s Scanner) Keywords() []string {
30-
return []string{"webhooks.rootly.com", "rootly", "rootlywebhook", "rootly_webhook", "rootly_token"}
30+
return []string{"webhooks.rootly.com", "rootly", "rootlywebhook", "rootly_webhook", "rootly_token", "rootly_webhook_token"}
3131
}
3232

3333
// FromData will find and optionally verify RootlyWebhook secrets in a given set of bytes.

0 commit comments

Comments
 (0)