Skip to content

Commit

Permalink
Improve RegexBasedDetector plugin docs
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel González Lopes <danielgonzalezlopes@gmail.com>
  • Loading branch information
dgzlopes committed May 15, 2019
1 parent 38b559c commit db59bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit db59bc3

Please sign in to comment.