Skip to content

Commit

Permalink
added thinkific detector
Browse files Browse the repository at this point in the history
  • Loading branch information
lonmarsDev authored and dustin-decker committed Mar 11, 2022
1 parent 7b05cbd commit 16c3f05
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkg/detectors/thinkific/thinkific.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ import (
"context"
"fmt"
"io/ioutil"

// "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 16c3f05

Please sign in to comment.