arranged the detectors in alphabetical order (#4335)

This commit is contained in:
Shahzad Haider
2025-07-25 16:36:17 +05:00
committed by GitHub
parent d7987d71ce
commit 5e45fad4d4
+3 -3
View File
@@ -948,6 +948,7 @@ func buildDetectorList() []detectors.Detector {
&billomat.Scanner{},
&bingsubscriptionkey.Scanner{},
&bitbar.Scanner{},
&bitbucketapppassword.Scanner{},
&bitcoinaverage.Scanner{},
&bitfinex.Scanner{},
&bitlyaccesstoken.Scanner{},
@@ -1208,6 +1209,7 @@ func buildDetectorList() []detectors.Detector {
&happyscribe.Scanner{},
&harness.Scanner{},
&harvest.Scanner{},
&hasura.Scanner{},
&hellosign.Scanner{},
&helpcrunch.Scanner{},
&helpscout.Scanner{},
@@ -1583,6 +1585,7 @@ func buildDetectorList() []detectors.Detector {
&strava.Scanner{},
&streak.Scanner{},
&stripe.Scanner{},
&stripepaymentintent.Scanner{},
&stripo.Scanner{},
&stytch.Scanner{},
&sugester.Scanner{},
@@ -1718,9 +1721,6 @@ func buildDetectorList() []detectors.Detector {
&zohocrm.Scanner{},
&zonkafeedback.Scanner{},
&zulipchat.Scanner{},
&stripepaymentintent.Scanner{},
&bitbucketapppassword.Scanner{},
&hasura.Scanner{},
}
}