chore: run parallel secret scanners (detect-secrets, gitleaks, trufflehog)#164
Merged
vredchenko merged 4 commits intomainfrom Mar 10, 2026
Merged
chore: run parallel secret scanners (detect-secrets, gitleaks, trufflehog)#164vredchenko merged 4 commits intomainfrom
vredchenko merged 4 commits intomainfrom
Conversation
4 tasks
Run detect-secrets with continue-on-error to avoid blocking CI while parallel scanners are introduced. Remove workflow_call trigger (ci.yml does not call this workflow). Rename artifact for clarity.
Add gitleaks CLI job to the leaked secrets scan workflow, running in parallel with detect-secrets. Add .gitleaks.toml with allowlist for docs, claude-code, and k8s example secrets. Wire up pre-commit and lefthook pre-push hooks.
Add trufflehog job to the leaked secrets scan workflow for verified-only secret detection. Wire up pre-commit and lefthook pre-push hooks.
5fa269a to
893f214
Compare
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.
Summary
continue-on-error: trueso scanner issues don't block PRs while we evaluate side-by-side--only-verified, produces JSON report artifact.gitleaks.tomlallowlist fordocs/,claude-code/,k8s/secret.example.yamlContext
Part of a 4-repo rollout (smartem-decisions#228, smartem-frontend#55, fandanGO-cryoem-dls#10). Running scanners in parallel lets us compare coverage and false-positive rates before committing to one.
ADR updates deferred to a follow-up PR.
Ref: #139
Test plan