From 2fb90295ced9355721ba342f181b4a0792efe6c6 Mon Sep 17 00:00:00 2001 From: Zachary Rice Date: Tue, 10 Sep 2024 13:07:27 -0500 Subject: [PATCH] update aha keyword (#3281) --- pkg/detectors/aha/aha.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/detectors/aha/aha.go b/pkg/detectors/aha/aha.go index 07d99671e8a2..96db04190e4c 100644 --- a/pkg/detectors/aha/aha.go +++ b/pkg/detectors/aha/aha.go @@ -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 {