Skip to content

Commit

Permalink
↪️ Merge pull request #118 from Yelp/fix_keyword_false_positives
Browse files Browse the repository at this point in the history
[Keyword Plugin] Add more to FALSE_POSITIVES
  • Loading branch information
KevinHock committed Jan 29, 2019
2 parents ed7b38e + 167c183 commit dcaa569
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions detect_secrets/plugins/keyword.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,29 @@
'dummy_secret',
'false',
'false):',
'false,',
'false;',
'none',
'none,',
'none}',
'not',
'null',
'null,',
'null;',
'password',
'password)',
'password,',
'password},',
'some_key',
'string,',
'string}',
'string}}',
'test-access-key',
'todo',
'true',
'true):',
'true,',
'true;',
'{',
)
FOLLOWED_BY_COLON_RE = re.compile(
Expand Down

0 comments on commit dcaa569

Please sign in to comment.