chore(betterleaks): bump v1.5.0 → v1.6.1#99
Conversation
Update the pinned betterleaks image digest in the reusable Secret Leak Check workflow and the matching pre-commit example rev. v1.6.1 highlights: - Expr replaces CEL as the expression runtime (existing CEL configs still accepted for compatibility). - Faster cold start (lazy regex/tokenizer init) and a smaller binary. - Rule specificity for more accurate generic-rule suppression. - Adds a config command; crypto dependency bump. The org default.toml uses only regex/path allowlists (no CEL/Expr expressions), so the runtime migration does not affect it. Digest sha256:7a43a20d... resolved from the v1.6.1 tag on ghcr.io.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 34 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🛡️ Security suite
Note All security checks passed. Updated for |
What
Bumps the pinned betterleaks version from v1.5.0 to v1.6.1 in the two places that must move together:
.github/workflows/reusable-secret-leak-check.yml— thebetterleaks-imagedefault digest (sha256:7a43a20d…291f1, resolved from thev1.6.1tag on ghcr.io).betterleaks/.pre-commit-config.example.yaml— the matchingrev: v1.6.1so local pre-commit and CI use identical rule shapes.Why
v1.6.1 is the current latest release. Highlights across v1.6.0 → v1.6.1:
configcommand; crypto dependency bump.Config compatibility
The org
default.tomluses only[[allowlists]]withregexes/paths— no CEL/Expr expressions — so the runtime migration does not affect it. (v1.6.0 also retains CEL-config compatibility regardless.)Verification
v1.5.0tag, sov1.6.1→sha256:7a43a20d…291f1is the correct multi-arch index digest.default.tomlagainst the new image was not run here (no local Docker); the config surface is regex/path-only and unaffected, and the reusable workflow's own run will exercise it on the next PR.Tracking: geolonia/geolonia-operations#203