From 5be33cce051781850215871c54aade873e0aecd8 Mon Sep 17 00:00:00 2001 From: Roxanne Tampus Date: Wed, 9 Mar 2022 22:22:16 -0800 Subject: [PATCH] added axonaut detector --- pkg/detectors/axonaut/axonaut.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/detectors/axonaut/axonaut.go b/pkg/detectors/axonaut/axonaut.go index 1789cc843..831e93baf 100644 --- a/pkg/detectors/axonaut/axonaut.go +++ b/pkg/detectors/axonaut/axonaut.go @@ -2,13 +2,10 @@ package axonaut import ( "context" - - // "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"