mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
[chore] - add additional binary extension (#2760)
* add rust binary extension * add additinal binary file extension for PyTorch serialized models
This commit is contained in:
parent
8449f4b405
commit
0df300c0ca
1 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,8 @@ var (
|
|||
"pyo": {}, // Compiled Python file
|
||||
"pyc": {}, // Compiled Python file
|
||||
"sym": {}, // Symbolic link, Unix/Linux
|
||||
"rlib": {}, // Rust library
|
||||
"pth": {}, // Pytorch serialized model
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue