Uh oh!
There was an error while loading. Please reload this page.
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:
|
tanayarun
commented
Aug 1, 2026
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.
gmlewis
commented
Aug 1, 2026
Thank you, @Not-Dhananjay-Mishra! |
Uh oh!
There was an error while loading. Please reload this page.
sswane
commented
Aug 4, 2026
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. |
gmlewis
commented
Aug 4, 2026
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. |
gmlewis
commented
Aug 4, 2026
@sswane - this is now available here: |
sswane
commented
Aug 4, 2026
@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