Skip to content

Add betterleaks secret scanning - #141

Open
repowarden-app[bot] wants to merge 1 commit into
mainfrom
repowarden/secret-scanning-1785229587831
Open

Add betterleaks secret scanning#141
repowarden-app[bot] wants to merge 1 commit into
mainfrom
repowarden/secret-scanning-1785229587831

Conversation

@repowarden-app

@repowarden-app repowarden-app Bot commented Jul 28, 2026

Copy link
Copy Markdown

What this adds

  • .github/workflows/betterleaks.yml — runs betterleaks on every push and PR so new secrets can't sneak in.
  • .betterleaks.toml — extends the betterleaks defaults with an allowlist for the usual false-positive offenders (test env files, GTM/analytics IDs, fixtures, snapshots, .NET test projects).

Betterleaks is the free, open-source successor to gitleaks (built by the same maintainers). The CI step takes a few seconds and fails the build if it finds anything — so this catches mistakes before they hit the default branch.

Existing findings

None — your working tree is clean.

Note: per RepoWarden's policy, this scan only inspects the current working tree, not git history. If you've previously committed secrets, rotate them and consider git filter-repo to scrub history.

📋 Track this task in RepoWarden

Co-Authored-By: repowarden[bot] <bot@repowarden.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants