Skip to content

Commit 1f3322c

Browse files
authored
↪️ Merge pull request #177 from dgzlopes/docs-170-improve-regex-detectors-listing
Improve RegexBasedDetector plugin docs
2 parents 97f2fa6 + db59bc3 commit 1f3322c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The current heuristic searches we implement out of the box include:
159159

160160
* **KeywordDetector**: checks to see if certain keywords are being used e.g. `password` or `secret`
161161

162-
* **ArtifactoryDetector**: checks to see if Artifactory credentials are present.
162+
* **RegexBasedDetector**: checks for any keys matching certain regular expressions (Artifactory, AWS, Slack, Stripe).
163163

164164
See [detect_secrets/
165165
plugins](https://github.com/Yelp/detect-secrets/tree/master/detect_secrets/plugins)

0 commit comments

Comments
 (0)