chore(betterleaks): bump v1.2.0 to v1.3.0#40
Merged
Conversation
Updates both call sites in this repo: - .github/workflows/reusable-secret-leak-check.yml: default `betterleaks-image` input pinned to v1.3.0 digest (sha256:7770e01586febef62452a4042c8c658a5db3e354ecefd36a97c0f322616acab8). - betterleaks/.pre-commit-config.example.yaml: `rev` bumped to v1.3.0 so newly-installed pre-commit hooks match the per-PR scanner. Upstream release: https://github.com/betterleaks/betterleaks/releases/tag/v1.3.0 (published 2026-05-20). The org-wide config (betterleaks/default.toml) is version-agnostic and needs no change. A companion PR in geolonia-operations bumps the weekly cron and the handbook docs.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis PR updates the betterleaks secret leak detection tool from v1.2.0 to v1.3.0 in two places: the GitHub Actions workflow's pinned container image digest and the example pre-commit configuration hook revision. ChangesBetterleaks Version Upgrade
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Secret Leak CheckOK No secrets detected in this PR's diff. |
This was referenced May 24, 2026
dkastl
added a commit
that referenced
this pull request
May 24, 2026
Upstream release: https://github.com/betterleaks/betterleaks/releases/tag/v1.3.1 - .github/workflows/reusable-secret-leak-check.yml: default betterleaks-image digest pinned to v1.3.1 (sha256:0ea9c1f011aa085efd9b27a195f5b70feb91a56fcbbdb8809a345caaf2c7d961). - betterleaks/.pre-commit-config.example.yaml: rev bumped so local pre-commit and per-PR CI keep using the same rule shapes. Companion to geolonia/geolonia-operations#107 which bumps the weekly org-wide audit. Mirrors the v1.2.0 -> v1.3.0 split (this repo #40 + operations #103). Closes #41.
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the pinned betterleaks version in both org-wide call sites in this repo from v1.2.0 to v1.3.0:
.github/workflows/reusable-secret-leak-check.yml: defaultbetterleaks-imageinput pinned to the v1.3.0 image digest (sha256:7770e01586febef62452a4042c8c658a5db3e354ecefd36a97c0f322616acab8).betterleaks/.pre-commit-config.example.yaml:rev: v1.3.0so freshly-installed pre-commit hooks match the per-PR scanner.Upstream release: https://github.com/betterleaks/betterleaks/releases/tag/v1.3.0 (published 2026-05-20, currently marked
isLatest).Out of scope
The org-wide config (
betterleaks/default.toml) is version-agnostic and stays put.A companion PR in
geolonia-operationswill bump the weekly cron workflow and the handbook docs, and close the upstream-release tracking issuegeolonia-operations#95.Test plan
Secret Leak Checkworkflow run uses the v1.3.0 image.pre-commit-config.example.yamlinstance resolves to the v1.3.0 hookSummary by CodeRabbit