Skip to content

Commit

Permalink
added notion 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 a73cbf3 commit b9e8796
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/detectors/notion/notion.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import (
"context"
"fmt"

"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 b9e8796

Please sign in to comment.