mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
remove two letter keyword (#3210)
This commit is contained in:
parent
e9f8123776
commit
8cf1ec2824
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ var (
|
||||||
// Keywords are used for efficiently pre-filtering chunks.
|
// Keywords are used for efficiently pre-filtering chunks.
|
||||||
// Use identifiers in the secret preferably, or the provider name.
|
// Use identifiers in the secret preferably, or the provider name.
|
||||||
func (s Scanner) Keywords() []string {
|
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.
|
// FromData will find and optionally verify Elevenlabs secrets in a given set of bytes.
|
||||||
|
|
Loading…
Reference in a new issue