From db59bc3628eca52a4922685a4fecbcd6654d32fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonz=C3=A1lez=20Lopes?= Date: Wed, 15 May 2019 20:53:56 +0000 Subject: [PATCH] Improve RegexBasedDetector plugin docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel González Lopes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e63e0b2e..a83c98959 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ The current heuristic searches we implement out of the box include: * **KeywordDetector**: checks to see if certain keywords are being used e.g. `password` or `secret` -* **ArtifactoryDetector**: checks to see if Artifactory credentials are present. +* **RegexBasedDetector**: checks for any keys matching certain regular expressions (Artifactory, AWS, Slack, Stripe). See [detect_secrets/ plugins](https://github.com/Yelp/detect-secrets/tree/master/detect_secrets/plugins)