Open
Description
Scenario:
I do have a repository with some huge files as test resources. Sometimes even binary files.
These result in ScanCode timeouts, when it tries to scans them.
The --skip-excluded
CLI parameter currently only provides the possibility to exclude Packages
and whole Projects
.
See:
ort/scanner/src/main/kotlin/Scanner.kt
Lines 96 to 103 in 14a22cb
Possible solution:
Use the --ignore
option from ScanCode to ignore the files specified via a pathExclude
in .ort.yml
if --skip-excluded
is used for the ORT scanner.
For FossID it is already possible to exclude files from the Project: #4976