trufflehog
trufflehog copied to clipboard
Find, verify, and analyze leaked credentials
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
We are frequently getting FP for Float detector. How can we ignore it in our scan? We are using Trufflehog GitHub action to scan out the repository. Pointers to documentation...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
closes: #897 my mistake, sorry, because of wrong keywords majority of files were missing I have added parts of connection string which are required for connection instead
because of wrong keyword, sqlserver detector misses majority of files instead of single `"sqlserver"` string it should be something like: `"Data Source", "Server", "User ID", "User", "UID", "Password"` which are...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Description Currently trufflehog doesnt support **Azure CosmosDB**. Since it is a common service, adding support would be great. Sample Key (CosmosDB Emulator) ``` Environment.SetEnvironmentVariable("COSMOS_KEY", "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==", EnvironmentVariableTarget.Process); ```