From aef335a98e02e7515bdeb7ff4ff7d483d38bc2b3 Mon Sep 17 00:00:00 2001 From: Lucas Charles Date: Tue, 29 Sep 2020 11:04:15 -0700 Subject: [PATCH] Fix typo in README.md s/trucate/truncate for G101 configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1f1dca..f2abbae 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ You can also configure the hard-coded credentials rule `G101` with additional pa "ignore_entropy": false, "entropy_threshold": "80.0", "per_char_threshold": "3.0", - "trucate": "32" + "truncate": "32" } } ```