-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat: Add secret scanning push protection pattern configurations API #3672
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: master
Are you sure you want to change the base?
Conversation
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:
|
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, @dmclink!
Just a couple additions, please, then we should be ready for a second LGTM+Approval from any other contributor to this repo before merging.
CustomPatternSettings []*SecretScanningCustomPatternSetting `json:"custom_pattern_settings,omitempty"` | ||
} | ||
|
||
type SecretScanningProviderPatternSetting struct { |
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.
Please add a godoc-style comment for every exported struct.
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, @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!
Adds support for newly announced API endpoints
Closes #3661