Skip to content

Commit

Permalink
Support more api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 authored May 22, 2024
1 parent 96bbda6 commit 5136388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_secrets/plugins/keyword.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# Note: All values here should be lowercase
DENYLIST = (
'api_?key',
'api[_\.-]?key',
'auth_?key',
'service_?key',
'account_?key',
Expand Down

0 comments on commit 5136388

Please sign in to comment.