Skip to content

release-train: develop -> staging - #458

Merged
tracebloc-release-train[bot] merged 2 commits into
stagingfrom
release-train/to-staging
Aug 5, 2026
Merged

release-train: develop -> staging#458
tracebloc-release-train[bot] merged 2 commits into
stagingfrom
release-train/to-staging

Conversation

@LukasWodka

@LukasWodka LukasWodka commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Automated promotion by the release train (RFC-0008 D14). Head is the train-managed release-train/to-staging branch (a mirror of develop), so it never collides with a human PR. Merged only when the fr-gate is green.


Note

Low Risk
CI and secret-scan configuration only; no runtime or auth behavior changes.

Overview
Gitleaks is switched from a committed baseline file to repo-local .gitleaks.toml allowlists.

The code-quality workflow no longer passes gitleaks-baseline: .gitleaks-baseline.json, and .gitleaks-baseline.json is removed. A new .gitleaks.toml extends the default rules and allowlists the same false positive: a synthetic IdempotencyKey string in *_test.go files matching nightly-claims-*, which previously lived as the single baseline entry for internal/submit/submit_test.go.

Reviewed by Cursor Bugbot for commit 7289b4b. Bugbot is set up for automated code reviews on this repo. Configure here.

…backend#1404) — baseline retired (#457)

* sec(gitleaks): add commit-independent allowlist config (backend#1404)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* sec(gitleaks): retire the commit-pinned baseline (backend#1404)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* sec(ci): drop the gitleaks-baseline input (backend#1404)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@LukasWodka

Copy link
Copy Markdown
Contributor Author

bugbot run

@tracebloc-release-train tracebloc-release-train Bot added gate-nudge Toggled by the release train to (re-)fire the fr-gate and removed gate-nudge Toggled by the release train to (re-)fire the fr-gate labels Aug 5, 2026
Comment thread .gitleaks.toml Outdated
Gitleaks parses the allowlist `condition` field case-sensitively and only
recognizes uppercase `AND`/`OR`. The lowercase `"and"` was silently treated
as the default `OR`, so the allowlist matched on targetRules OR paths OR
regexes instead of requiring all criteria — over-matching and potentially
suppressing real findings. Corrected to `AND`.

Bugbot finding from backend#1404.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@LukasWodka

Copy link
Copy Markdown
Contributor Author

bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 7289b4b. Configure here.

@LukasWodka

Copy link
Copy Markdown
Contributor Author

bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit 7289b4b. Configure here.

@tracebloc-release-train tracebloc-release-train Bot added gate-nudge Toggled by the release train to (re-)fire the fr-gate and removed gate-nudge Toggled by the release train to (re-)fire the fr-gate labels Aug 5, 2026
@tracebloc-release-train
tracebloc-release-train Bot merged commit 90f300d into staging Aug 5, 2026
40 of 43 checks passed
@tracebloc-release-train
tracebloc-release-train Bot deleted the release-train/to-staging branch August 5, 2026 15:31
@tracebloc-release-train
tracebloc-release-train Bot restored the release-train/to-staging branch August 5, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant