mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
[chore] - add additional binary extensions to skip (#2235)
* add additional binary extensions to skip * remove whl
This commit is contained in:
parent
f5d0f3f366
commit
4a66dddd81
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,7 @@ var (
|
|||
"wav",
|
||||
"flac",
|
||||
"webp",
|
||||
"pdf",
|
||||
|
||||
// images
|
||||
"png",
|
||||
|
@ -79,6 +80,9 @@ var (
|
|||
"vxd": {}, // Virtual device driver in Windows
|
||||
"sfx": {}, // Self-extracting archive
|
||||
"bundle": {}, // Mac OS X application bundle
|
||||
"pyo": {}, // Compiled Python file
|
||||
"pyc": {}, // Compiled Python file
|
||||
"sym": {}, // Symbolic link, Unix/Linux
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue