Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable cargo-auditable-binary-cataloger for files/directories (#3376)
Especially when scanning a single binary file, the cargo-auditable-binary-cataloger should run and report the rust binary's dependencies: ``` scan --select-catalogers rust <binary_file> ``` This is in line with other binary catalogers, such as the go-module-binary-cataloger. Signed-off-by: Ariel Miculas-Trif <[email protected]>
- Loading branch information