GitHub clears 20,000 secret scanning alerts across 15,000 repos in nine months
Original: GitHub clears 20,000 secret scanning alerts across 15,000 repos View original →
GitHub says it cleared more than 20,000 secret scanning alerts across 15,000 repositories in nine months, turning a sprawling security backlog into inbox zero. That matters because leaked API keys and tokens are one of the most common ways software supply chains turn ordinary code mistakes into production incidents.
The tweet’s core line was: “20,000+ secret scanning alerts across 15,000 repos. Nine months later, GitHub reached inbox zero.”
The post points to a GitHub security write-up about separating noisy findings from active risk, validating live credentials, finding the right code owners, and making remediation a shared engineering responsibility. That operating model is the real story. At enterprise scale, secret scanning can create a flood of alerts; without ownership and triage, the alerts become another unmanaged queue.
GitHub’s main account often mixes product updates, security practices, and developer workflow examples. This post is notable because it uses GitHub’s own internal cleanup numbers rather than abstract advice. The 15,000-repository figure also makes the lesson transferable to large monorepo and multi-repo organizations where ownership is fragmented.
What to watch next is whether these practices show up as more opinionated product defaults: better owner detection, credential activity checks, risk scoring, and remediation workflows inside GitHub Advanced Security. If those pieces become automated, secret scanning moves from detection toward an operational control plane for leaked credentials. The source tweet is available here.
Related Articles
Security alerts are moving from volume to trust. GitHub says LLM-based contextual verification reduced secret-scanning false positives by 75.76%, beating its 65% target.
Dependabot will now wait until a new package release has been on its registry for at least three days before opening a version-update pull request. Security updates still open immediately, and teams can tune or opt out through cooldown configuration.
GitHub code scanning can now show AI-powered security detections directly on pull requests. The preview extends coverage beyond languages and frameworks supported by CodeQL, while requiring GitHub Code Security, a Copilot license, and AI credits.