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
Add support for the secret scanning API #2281
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, @crqra !
Codecov Report
@@ Coverage Diff @@
## master #2281 +/- ##
==========================================
+ Coverage 97.81% 97.83% +0.01%
==========================================
Files 114 115 +1
Lines 10266 10357 +91
==========================================
+ Hits 10042 10133 +91
Misses 156 156
Partials 68 68
Continue to review full report at Codecov.
|
Thanks for the feedback @gmlewis! I've updated the PR with your suggestions, LMK if it looks good |
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, @crqra !
LGTM.
Awaiting second LGTM/Approval before merging.
@Parker77 - do you have time to review this PR? |
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.
LGTM.
Thank you, @Parker77 ! |
This PR adds support for the Secret Scanning API. Includes all endpoints and structures listed on the API documentation.
Closes #2278