added githubapp detector

This commit is contained in:
marlon pamisa 2022-03-09 22:22:22 -08:00 committed by Dustin Decker
parent 97994e6549
commit 19e9d84102

View file

@ -5,13 +5,10 @@ import (
// b64 "encoding/base64"
"fmt"
"time"
// "log"
"net/http"
"regexp"
"strings"
"net/http"
"time"
"github.com/golang-jwt/jwt"
"github.com/trufflesecurity/trufflehog/v3/pkg/common"