Skip to content

Commit

Permalink
Fix bug in optional db2 (Yelp#386)
Browse files Browse the repository at this point in the history
Follow up of Yelp#379
  • Loading branch information
justineyster authored and GitHub Enterprise committed Oct 22, 2020
1 parent b3734bf commit 038441e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions detect_secrets/plugins/common/initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def _remove_key(d, key):
exclude_lines_regex=args.exclude_lines,
automaton=automaton,
should_verify_secrets=not args.no_verify,
plugin_filenames=args.plugin_filenames,
)


Expand Down

0 comments on commit 038441e

Please sign in to comment.