trufflehog
trufflehog copied to clipboard
fixes calendly api key regex
Description:
This PR fixes the regex for the calendly api key. The current regex doesn't detect the JWT key properly and misses. This regex is more open and detects the calendly API key
Checklist:
- [ ] Tests passing (
make test-community)? - [ ] Lint passing (
make lintthis requires golangci-lint)?