added shutterstock detector

This commit is contained in:
valeriegaleguimmayen 2022-03-09 22:22:31 -08:00 committed by Dustin Decker
parent 17a759e20b
commit 5b58ad4e47

View file

@ -2,13 +2,10 @@ package shutterstock
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"