Last active
August 30, 2018 16:06
-
-
Save gburgett/4f93e41179fd7fe707c364194a75a13d to your computer and use it in GitHub Desktop.
git secrets patterns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[a-f0-9]{128} | |
[a-f0-9]{64} | |
\=\s*[a-f0-9]{32} | |
\=\s*[A-Za-z0-9]{39} | |
CFPAT\-.+ | |
GTM\-.+ | |
TOKEN\=[a-zA-Z0-9] | |
password\= | |
PASSWORD\= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment