Skip to content

Commit

Permalink
↪️ Merge pull request #177 from dgzlopes/docs-170-improve-regex-detec…
Browse files Browse the repository at this point in the history
…tors-listing

Improve RegexBasedDetector plugin docs
  • Loading branch information
KevinHock committed May 16, 2019
2 parents 97f2fa6 + db59bc3 commit 1f3322c
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 1f3322c

Please sign in to comment.