Uh oh!
There was an error while loading. Please reload this page.
feat: Add two new Secret Scanning API endpoints - #3687
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## master #3687 +/- ##
==========================================
+ Coverage 91.36% 91.37% +0.01%
==========================================
Files 187 187 Lines 16734 16760 +26 ==========================================
+ Hits 15289 15315 +26
Misses 1257 1257 Partials 188 188 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Not-Dhananjay-Mishra
commented
Aug 18, 2025
@alexandear Thanks for the suggestions. I have changed the method names. Please let me know if you have any other suggestions. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @Not-Dhananjay-Mishra.
This is a good start. Please address the findings and then we should be ready for a second LGTM+Approval from any other contributor to this repo before merging.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Not-Dhananjay-Mishra
commented
Aug 18, 2025
Thanks @gmlewis for the feedback! I have fixed all the findings. Sorry for the extra back and forth code review. |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @Not-Dhananjay-Mishra!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
Uh oh!
There was an error while loading. Please reload this page.
gmlewis
commented
Aug 18, 2025
Just FYI - suddenly I have lost write access to this repo, like in #3689... so I can no longer approve the workflows and need to find out what is going on... this may take some time to resolve... I apologize for the inconvenience. |
gmlewis
commented
Sep 22, 2025
@alexandear - do you now approve this PR for merging? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Not-Dhananjay-Mishra
commented
Sep 30, 2025
@alexandear i have done some changes can u please check them. |
gmlewis
commented
Oct 7, 2025
@Not-Dhananjay-Mishra - please fix the linter and test failures and push the changes to this PR. |
Not-Dhananjay-Mishra
commented
Oct 7, 2025
@gmlewis all fixed |
gmlewis
commented
Oct 7, 2025
Thank you, @Not-Dhananjay-Mishra and @alexandear! |
Uh oh!
There was an error while loading. Please reload this page.
This PR adds support for two new Secret Scanning API endpoints that are currently missing from the
go-githublibraryImplement
POST /repos/{owner}/{repo}/secret-scanning/push-protection-bypassesGET /repos/{owner}/{repo}/secret-scanning/scan-historyChanges
CreatePushProtectionBypassmethodGetScanHistorymethodPushProtectionBypassesmethod -PushProtectionBypassRequestandPushProtectionBypassScanHistorymethod -Scan,CustomPatternScanandSecretScanningResponseIssue - #3686