Understanding Why Secrets Like API Keys Inside Git Are Such a Problem

Table of Contents

  • Why Secrets End up In Git
  • Why Secrets in Git Are Dangerous
  • Real-World Examples: Recent Data Breaches
  • Detecting Secrets in Reviews (or Not)
  • Using Automated Secrets Detection in Git
  • Wrap Up

Why Secrets End up In Git

A seasoned developer may be scratching their heads wondering why anyone may put secrets inside a git repository. But the fact is, secrets inside git repositories is the current state of the world.