dependabot[bot]andGitHub 52142d7eff build(deps): bump github.com/vbauerster/mpb/v8 from 8.14.0 to 8.16.1
Bumps [github.com/vbauerster/mpb/v8](https://github.com/vbauerster/mpb) from 8.14.0 to 8.16.1.
- [Release notes](https://github.com/vbauerster/mpb/releases)
- [Commits](https://github.com/vbauerster/mpb/compare/v8.14.0...v8.16.1)

---
updated-dependencies:
- dependency-name: github.com/vbauerster/mpb/v8
  dependency-version: 8.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-07 19:45:07 +00:00
2026-07-27 17:52:47 +07:00
2026-07-13 05:45:48 +07:00
2026-07-13 05:45:48 +07:00
2026-07-13 05:45:48 +07:00
2026-07-13 05:45:48 +07:00
2026-07-13 05:47:10 +07:00

🔍 Git Identity Audit

Scans every repository a GitHub personal access token can see and extracts every contributor name/email identity found in commit metadata and commit-message trailers (Co-authored-by, Signed-off-by, etc.), then writes an interactive HTML report.

Usage

go run . [-token <pat>] [-output <path>] [-concurrency <n>]
  • -token - GitHub personal access token. Falls back to the GITHUB_TOKEN env var, then an interactive prompt.
  • -output - path to write the HTML report (default git-identity-audit-<unix-time>.html).
  • -concurrency - max number of repos to clone/scan in parallel (default 10).

The token needs read access to whichever repos you want scanned (owned, collaborator, and organization-member repos are all included).

Build

go build ./...

Releases

Prebuilt binaries for linux/darwin/windows (amd64+arm64) are published to GitHub Releases whenever a tag is pushed

S
Description
🔍 Scans every repo a GitHub token can access and audits contributor name/email identities from commit metadata and trailers.
Readme MIT
95 KiB
1.0.0
Latest
2026-07-27 06:52:18 +00:00
Languages
Go 100%