From 12acd89dc045d28939add533f5017754dfc99299 Mon Sep 17 00:00:00 2001 From: Danee Arquero Date: Wed, 9 Mar 2022 22:22:16 -0800 Subject: [PATCH] added billomat detector --- pkg/detectors/billomat/billomat.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/detectors/billomat/billomat.go b/pkg/detectors/billomat/billomat.go index 280969934..b4ef84cce 100644 --- a/pkg/detectors/billomat/billomat.go +++ b/pkg/detectors/billomat/billomat.go @@ -3,13 +3,10 @@ package billomat import ( "context" "fmt" - - // "log" + "net/http" "regexp" "strings" - "net/http" - "github.com/trufflesecurity/trufflehog/v3/pkg/common" "github.com/trufflesecurity/trufflehog/v3/pkg/detectors" "github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb"