Skip to content

Commit

Permalink
Merge pull request Yelp#450 from mcastle/patch-1
Browse files Browse the repository at this point in the history
Add Pipfile.lock to list of excluded lockfiles
  • Loading branch information
domanchi authored Apr 16, 2021
2 parents 36f04ac + b82f7c8 commit b206dc2
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 b206dc2

Please sign in to comment.