-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Followup to PR #4208 : LambdaTest secret detector #4333
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
base: main
Are you sure you want to change the base?
Conversation
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.
Thank you for your contribution. I've left a few comments.
Please do not close the PR and create another to incorporate changes.
SalesforceRefreshToken = 1031; | ||
AnypointOAuth2 = 1032; | ||
LambdaTest = 1033; | ||
} |
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.
SalesforceRefreshToken = 1031; | |
AnypointOAuth2 = 1032; | |
LambdaTest = 1033; | |
} | |
SalesforceRefreshToken = 1031; | |
AnypointOAuth2 = 1032; | |
LambdaTest = 1033; | |
} |
Please make sure you've ran make lint
successfully.
Co-authored-by: Amaan Ullah <[email protected]>
Co-authored-by: Amaan Ullah <[email protected]>
Co-authored-by: Amaan Ullah <[email protected]>
Hello @annetteshajan - thank you for the contribution 🚀 - Can you please resolve the conflicts? |
Description:
Follow up of #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 : #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: