-
Notifications
You must be signed in to change notification settings - Fork 2k
added flyio detector #2381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added flyio detector #2381
Conversation
We might want to rename this as |
Hey @lonmarsDev, thanks for the contribution. Can you please follow this document to follow conventions of adding a new detector? |
…ectors/flyio_detector
- Adjusted regex patterns for token matching - Introduced a new Fly.io secret detector with functionality to identify and verify Fly.io tokens. - Implemented integration tests to validate the detection and verification logic, including handling of false positives. - Updated existing Fly.io test cases to enhance coverage and accuracy. - Added logic to bypass common false positive checks for valid tokens.
…uracy in secret detection.
…dev/trufflehog into detectors/flyio_detector
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update @amanfcp !
…ch seems to be present in valid tokens
…dev/trufflehog into detectors/flyio_detector
Description:
Explain the purpose of the PR.
Checklist:
make test-community
)?make lint
this requires golangci-lint)?