mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
update aha keyword (#3281)
This commit is contained in:
parent
5dad5a738b
commit
2fb90295ce
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,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{"aha"}
|
||||
return []string{"aha.io"}
|
||||
}
|
||||
|
||||
func (s Scanner) getClient() *http.Client {
|
||||
|
|
Loading…
Reference in a new issue