Skip to content

Add gitleaks secrets scanning to CI - #58

Merged
akshaykalia merged 1 commit into
mainfrom
add-gitleaks-secrets-scanning
Aug 27, 2026
Merged

Add gitleaks secrets scanning to CI#58
akshaykalia merged 1 commit into
mainfrom
add-gitleaks-secrets-scanning

Conversation

@akshaykalia

@akshaykalia akshaykalia commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds gitleaks v8.22.1 for automated secrets detection in GitHub Actions
  • New secrets-scan job: incremental scan on PRs, full history scan on push to main
  • .gitleaks.toml: config with allowlists for known safe patterns (no historical findings in this repo)

Test plan

  • gitleaks git --config=.gitleaks.toml --verbose passes clean locally (0 leaks, 247 commits scanned)
  • Verify secrets-scan job appears and passes in GitHub Actions

Adds gitleaks (v8.22.1) for automated secrets detection:
- GitHub Actions: new secrets-scan job (incremental on PRs, full on push)
- .gitleaks.toml: config with allowlists for known safe patterns
@akshaykalia
akshaykalia merged commit afd2074 into main Aug 27, 2026
3 checks passed
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.

1 participant