Skip to content

Commit

Permalink
Adding .git folder to .dockerignore (lyft#1296)
Browse files Browse the repository at this point in the history
Adding .git folder to .dockerignore to remediate
https://hackerone.com/reports/2476200
  • Loading branch information
richardoriginal authored Apr 24, 2024
1 parent 2e9519e commit fa1be11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build/
*.egg-info/
venv/
.git/

0 comments on commit fa1be11

Please sign in to comment.