Skip to content

Commit

Permalink
remove two letter keyword (#3210)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1 authored Aug 13, 2024
1 parent e9f8123 commit 8cf1ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/elevenlabs/v2/elevenlabs.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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{"elevenlabs", "xi-api-key", "el", "xi_api_key"}
return []string{"elevenlabs", "xi-api-key", "xi_api_key"}
}

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

0 comments on commit 8cf1ec2

Please sign in to comment.