Skip to content

Commit

Permalink
update aha keyword (trufflesecurity#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav authored Sep 10, 2024
1 parent 5dad5a7 commit 2fb9029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/aha/aha.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2fb9029

Please sign in to comment.