added bitlyaccesstoken detector

This commit is contained in:
marlon pamisa 2022-03-09 22:22:16 -08:00 committed by Dustin Decker
parent 683d316a08
commit ad2a59364e

View file

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