Skip to content

Commit

Permalink
Reduce high freq keywords (#3265)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-decker authored Sep 3, 2024
1 parent 8999eab commit 6bbb683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/larksuite/larksuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
// Keywords are used for efficiently pre-filtering chunks.
// Use identifiers in the secret preferably, or the provider name.
func (s Scanner) Keywords() []string {
return []string{"lark", "larksuite", "t-", "a-", "u-"}
return []string{"lark", "larksuite"}
}

// FromData will find and optionally verify Larksuite secrets in a given set of bytes.
Expand Down

0 comments on commit 6bbb683

Please sign in to comment.