fix(ci): drop the retired inline trufflehog job#37
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>
|
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