added newscatcher detector

This commit is contained in:
marlon pamisa 2022-03-09 22:22:27 -08:00 committed by Dustin Decker
parent 1efa8369c6
commit 785496bf5d

View file

@ -3,13 +3,10 @@ package newscatcher
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"