Skip to content

Commit

Permalink
Add Pipfile.lock to list of excluded lockfiles
Browse files Browse the repository at this point in the history
Updates is_lock_file to include Pipfile.lock when checking for lock files to exclude.
  • Loading branch information
mcastle authored Apr 15, 2021
1 parent 36f04ac commit b82f7c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions detect_secrets/filters/heuristic.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def is_lock_file(filename: str) -> bool:
'package-lock.json',
'Podfile.lock',
'yarn.lock',
'Pipfile.lock',
}


Expand Down

0 comments on commit b82f7c8

Please sign in to comment.