trufflehog
trufflehog copied to clipboard
Followup to PR #4208 : LambdaTest secret detector
Description:
Follow up of https://github.com/trufflesecurity/trufflehog/pull/4208 LambdaTest is a cloud-based cross-browser testing platform that allows developers to test their web applications across various browsers and devices. This relates to issue : https://github.com/trufflesecurity/trufflehog/issues/4181 This feature enables detection of username and access key of LambdaTest based on its pattern and verifies the credentials as well by sending a request to the endpoint.
Checklist:
- [ ✔️ ] Tests passing (make test-community)?
- [ ✔️ ] Lint passing (make lint this requires golangci-lint)?