added ambee detector

This commit is contained in:
valeriegaleguimmayen 2022-03-09 22:22:15 -08:00 committed by Dustin Decker
parent 829f290267
commit 12991244f4

View file

@ -2,13 +2,10 @@ package ambee
import ( import (
"context" "context"
"net/http"
// "log"
"regexp" "regexp"
"strings" "strings"
"net/http"
"github.com/trufflesecurity/trufflehog/v3/pkg/common" "github.com/trufflesecurity/trufflehog/v3/pkg/common"
"github.com/trufflesecurity/trufflehog/v3/pkg/detectors" "github.com/trufflesecurity/trufflehog/v3/pkg/detectors"
"github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb" "github.com/trufflesecurity/trufflehog/v3/pkg/pb/detectorspb"