Skip to content

Commit

Permalink
added imagekit detector
Browse files Browse the repository at this point in the history
  • Loading branch information
roxanne-tampus authored and dustin-decker committed Mar 11, 2022
1 parent c76b6da commit 6078659
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/detectors/imagekit/imagekit.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ package imagekit

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"
Expand Down

0 comments on commit 6078659

Please sign in to comment.