Tags: trufflesecurity/trufflehog
Tags
[Update] Dovico Detector Updated (#4290) * updated verification method in the dovico detector * updated dovico detector pattern test * added RawV2 value in dovico detector result * updated dovico detector pattern test * updated comment in dovico detector --------- Co-authored-by: Shahzad Haider <76992801+shahzadhaider1@users.noreply.github.com>
Salesforce Refresh Token Detector (#4295) * salesforce refresh token init * added pattern tests for salesforce refresh token detector * added integration tests for salesforce refresh token detector * code cleaned --------- Co-authored-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com>
Add support for docker daemon as a source (#4306) Now you can scan an image directly after building it with docker build by using the docker:// prefix. This is ideal for local development and CI/CD pipelines that want to ensure images do not contain leaked secrets before pushing to an image registry. This resolves "Add support for scanning images from the Docker daemon" #4275. This reverts commit 562dd72, which reverted the original version of this change that had some issues with its tests that we did not notice until after we merged it.
Remove Snowflake Driver (#4173) * Refactor Snowflake detector to remove dependency on gosnowflake and implement custom login request handling - Removed the gosnowflake driver dependency from the Snowflake detector. - Introduced a custom login request structure and logic to handle authentication via Snowflake's undocumented API. - Updated password validation to enforce minimum length and character requirements. - Adjusted integration tests to account for changes in the Result struct * Refactor Snowflake credential verification logic - Moved the credential verification logic into a separate function, `verifyMatch`, to improve code organization and readability. - Simplified error handling and response processing within the verification function. * Refactor Snowflake password validation logic and simpler error handling * Added documentation note regarding the undocumented Snowflake login endpoint.
PreviousNext