fix(ci): drop the retired inline trufflehog job#82
Merged
Conversation
secret-scanner-reusable.yml deliberately retired TruffleHog as redundant
("gitleaks provides sufficient coverage at lower cost" — see the reusable's
header). The inline job survived here, fails, and turns the whole Secret
Scanner workflow red even though gitleaks, rust-secrets and shell-secrets all
pass — so the repo keeps emitting ci_activity notifications.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
hyperpolymath
added a commit
that referenced
this pull request
Jul 21, 2026
Conflict is the inline trufflehog job: main still carries it (its checkout pin was bumped to v7.0.1 there), this branch removes it. Keeping it removed — bisected on http-capability-gateway, that job creates ZERO jobs and startup_failures the entire run, taking the reusable's gitleaks / rust-secrets / shell-secrets down with it. Overlaps with #82, which removes the same job. This branch is a superset: it also moves the pin off @d135b05 (where gitleaks carries continue-on-error and cannot fail) onto @c65436ee, and narrows the caller grant to contents: 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.
The permission fix has landed, so
Secret Scannernow starts —gitleaks,rust-secretsandshell-secretsall pass. But the workflow still reports red, because of a vestigial inlinetrufflehogjob.secret-scanner-reusable.ymldeliberately retired TruffleHog as redundant — from its own header:The inline job was left behind when the repo moved to the reusable. It fails and reds the whole workflow, so the repo keeps emitting
ci_activitynotifications even though secret scanning is green.This removes the retired job. Coverage is unchanged — gitleaks in the reusable already covers it.
🤖 Generated with Claude Code