mirror of
https://github.com/securego/gosec.git
synced 2024-12-24 03:25:53 +00:00
Fix typo in README file
Signed-off-by: Cosmin Cojocar <ccojocar@cloudbees.com>
This commit is contained in:
parent
17c955519e
commit
a3895d5c55
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ You can also configure the hard-coded credentials rule `G101` with additional pa
|
|||
{
|
||||
"G101": {
|
||||
"pattern": "(?i)passwd|pass|password|pwd|secret|private_key|token",
|
||||
"ingnore_entropy": false,
|
||||
"ignore_entropy": false,
|
||||
"entropy_threshold": "80.0",
|
||||
"per_char_threshold": "3.0",
|
||||
"trucate": "32"
|
||||
|
|
Loading…
Reference in a new issue