Uh oh!
There was an error while loading. Please reload this page.
release-train: develop -> staging - #151
Merged
Merged
Conversation
…d the other way (backend#1526) (#147) Callers pass NO secrets line (RFC-BACKEND-1405 Q5): the no-op was conditional on this file staying secretless, and @main floating means a future secrets reference reaches every inheriting caller's full secret set at once. Explicit per-secret passing if ever needed; the Bugbot nag dies in per-repo BUGBOT.md rules, and the INVERSE (a caller adding inherit) is what now deserves a finding. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…ependency (backend#1404 §4) (#150) Baseline fingerprints embed the introducing commit SHA, so they only match git-mode scans. A future switch to dir/detect would silently un-suppress all 277 baselined findings fleet-wide in one run, and nothing recorded that coupling until now. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
LukasWodka
commented
Aug 5, 2026
ContributorAuthor
bugbot run |
There was a problem hiding this comment.
✅ 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 7a5e078. Configure here.
LukasWodka
commented
Aug 5, 2026
ContributorAuthor
bugbot run |
There was a problem hiding this comment.
✅ 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 7a5e078. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Automated promotion by the release train (RFC-0008 D14). Head is the train-managed
release-train/to-stagingbranch (a mirror ofdevelop), so it never collides with a human PR. Merged only when the fr-gate is green.Note
Low Risk
Comment-only changes to CI workflow documentation; no runtime, permissions, or scan behavior is modified.
Overview
Documentation-only updates to the reusable
code-qualityworkflow header and the gitleaks scan step—no job logic or inputs change.The adoption example now states callers must not pass
secrets: inherit(RFC-BACKEND-1405 / backend#1526): inheriting while pinning@mainwould expose a caller’s full secret set if this workflow ever references a secret; future needs should use explicit per-secret passing, and Bugbot “missing secrets” noise is handled via.cursor/BUGBOT.mdinstead.The gitleaks step adds a warning that scans must stay on
gitleaks gitso commit-SHA baselines keep working; switching todir/detectwould invalidate fleet baselines (~277 suppressions per backend#1404), with permanent allowlists belonging in.gitleaks.toml.Reviewed by Cursor Bugbot for commit 7a5e078. Bugbot is set up for automated code reviews on this repo. Configure here.