+[Secret Scanning](https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning) and Push Protection - This tool scans your code and looks for anything that may be a “secret” and warns you about it. This will also run on “git push” and block any PRs that appear to have secrets in them. We know that Google Cloud Credentials that hit GitHub are exploited in under 60 minutes, so we are turning these features on to help keep us all safe from simple accidents. (There are a handful of valid use cases for pushing secrets to a public repo—such as for testing, etc.—for those cases GitHub has provided details on how to [bypass push protection](https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning).)
0 commit comments