security: re-pin secret scanner onto the real gitleaks gate#43
Merged
Conversation
The caller pinned standards' secret-scanner-reusable at @d135b05 (2026-06-24), which is 64 commits behind standards#500. At that pin the gitleaks step carries `continue-on-error: true` — the scan runs, reports success, and cannot fail. This repo's Secret Scanner has therefore been green while being incapable of failing. Re-pinned to @c65436ee, which contains #500: gitleaks now runs as a pinned, checksum-verified binary with `--exit-code 1` and gates for real. Also narrowed the caller's grant to `contents: read`. The new reusable invokes a binary rather than gitleaks-action, so it no longer requests `pull-requests: write` / `actions: read`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
This repo's
Secret Scannerhas been reporting success while being incapable of failing.The caller pinned
secret-scanner-reusableat@d135b05(2026-06-24) — 64 commits behind standards#500. At that pin the step is literally:Re-pinned to
@c65436ee(contains #500 —comparereports ahead 5 / behind 0):Also narrowed the caller's grant to
contents: read— the new reusable invokes a binary rather thangitleaks-action, so it no longer requestspull-requests: write/actions: read. (That mismatch is whatstartup_failured standards' own scanner; see standards#511.)Verified before opening:
gitleaks detect --exit-code 1passes on this tree.Part of the estate-wide sweep of ~200 repos still on the pre-#500 pin.
🤖 Generated with Claude Code