Skip to content

Commit

Permalink
Also parse .env files for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed May 8, 2024
1 parent 5701f63 commit b81b5cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ protected Set<String> getPlainTextMasks() {
"**/*.css",
"**/*.config",
"**/Dockerfile*",
"**/*.env",
"**/.gitattributes",
"**/.gitignore",
"**/*.htm*",
Expand Down

0 comments on commit b81b5cd

Please sign in to comment.