Skip to content

Commit 606dadf

Browse files
Import more detectors (#563)
1 parent 5219c8a commit 606dadf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pkg/engine/defaults.go

+14
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ import (
8383
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bugsnag"
8484
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buildkite"
8585
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulbul"
86+
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/bulksms"
8687
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/buttercms"
8788
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/caflou"
8889
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/calendarific"
@@ -295,6 +296,7 @@ import (
295296
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/insightly"
296297
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/integromat"
297298
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intercom"
299+
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/interseller"
298300
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/intrinio"
299301
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/invoiceocean"
300302
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ipapi"
@@ -405,6 +407,7 @@ import (
405407
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onedesk"
406408
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onelogin"
407409
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onepagecrm"
410+
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onesignal"
408411
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/onwaterio"
409412
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/oopspam"
410413
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/opencagedata"
@@ -473,6 +476,7 @@ import (
473476
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rebrandly"
474477
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rechargepayments"
475478
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/refiner"
479+
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/rentman"
476480
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/repairshopr"
477481
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpack"
478482
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/restpackhtmltopdfapi"
@@ -562,6 +566,7 @@ import (
562566
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stitchdata"
563567
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stockdata"
564568
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storecove"
569+
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormboard"
565570
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/stormglass"
566571
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storyblok"
567572
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/storychief"
@@ -597,6 +602,7 @@ import (
597602
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thinkific"
598603
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/thousandeyes"
599604
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/ticketmaster"
605+
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tickettailor"
600606
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tiingo"
601607
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timecamp"
602608
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/timezoneapi"
@@ -610,6 +616,7 @@ import (
610616
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/trelloapikey"
611617
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twelvedata"
612618
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twilio"
619+
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitch"
613620
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/twitter"
614621
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/tyntec"
615622
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors/typeform"
@@ -1372,5 +1379,12 @@ func DefaultDetectors() []detectors.Detector {
13721379
uptimerobot.Scanner{},
13731380
paydirtapp.Scanner{},
13741381
disqus.Scanner{},
1382+
bulksms.Scanner{},
1383+
onesignal.Scanner{},
1384+
stormboard.Scanner{},
1385+
interseller.Scanner{},
1386+
tickettailor.Scanner{},
1387+
twitch.Scanner{},
1388+
rentman.Scanner{},
13751389
}
13761390
}

0 commit comments

Comments
 (0)