feat: Add org level secret scanning custom patterns support - #4426
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4426 +/- ##
=======================================
Coverage 97.54% 97.54%
=======================================
Files 194 194
Lines 19780 19836 +56
=======================================
+ Hits 19294 19350 +56
Misses 268 268
Partials 218 218 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hey, @gmlewis sorry for the delay. |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @tanayarun!
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
|
Thank you, @Not-Dhananjay-Mishra! |
|
Excited about this & the other new features! @gmlewis I couldn't find the information in the repo and I wasn't sure where to ask this so hope here is ok... when will the new features be released? do you have a release cadence? I tried to look thru the last few releases but wasn't sure what made some months have 0 or 3 releases. |
Hi @sswane - we don't have an official policy for release cadence. We try, in general, to make one release per month, but if someone has an urgent need, then we will try to accomodate the requests. I'll go ahead and start a new release since it has been about a month. |
|
@sswane - this is now available here: |
|
@gmlewis awesome!! thanks a lot, going to try to use it today! |
Adds support for managing secret scanning custom patterns at the
organization level: list, create, update, and delete.
Related to #4381. This is the second of three planned PRs to fully
resolve the issue.
ListCustomPatternsForOrg,CreateCustomPatternsForOrg,UpdateCustomPatternForOrg,DeleteCustomPatternsForOrgtoSecretScanningService, reusing the request/response types andSecretScanningCustomPatternListOptionsfrom feat: Add repo-level secret scanning custom patterns support #4397go generate ./...to update iterators