Uh oh!
There was an error while loading. Please reload this page.
feat: Add secret scanning push protection pattern configurations API - #3672
Conversation
alexandear
commented
Aug 12, 2025
Please see #3667 (review) |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## master #3672 +/- ##
==========================================
- Coverage 91.23% 91.02% -0.21%
==========================================
Files 185 186 +1 Lines 16421 16473 +52 ==========================================
+ Hits 14982 14995 +13 - Misses 1254 1293 +39
Partials 185 185 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| CustomPatternSettings []*SecretScanningCustomPatternSetting `json:"custom_pattern_settings,omitempty"` | ||
| } | ||
| type SecretScanningProviderPatternSetting struct { |
There was a problem hiding this comment.
Please add a godoc-style comment for every exported struct.
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, @dmclink!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
@alexandear or @stevehipwell - might one of you have time for a code review? Thank you!
gmlewis
commented
Aug 13, 2025
Thank you, @stevehipwell! |
Uh oh!
There was an error while loading. Please reload this page.
Adds support for newly announced API endpoints
Closes#3661