Add a Credential Checker tool for Review Bot
Review Request #11206 — Created Sept. 27, 2020 and submitted — Latest diff uploaded
This change adds a tool for Review Bot to check for hard-coded security
credentials. I used regex to search on the patterns of the known
credential types. The result may include false positives.
Verified the functionality by installing the tool and manual
testing.