update aha keyword (#3281)

This commit is contained in:
Zachary Rice 2024-09-10 13:07:27 -05:00 committed by GitHub
parent 5dad5a738b
commit 2fb90295ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {