This is a channel focused on ScanCode support and not as noisy as the main discuss channel
AyanSinhaMahapatra on 2987-cyclonedx
Do not fail without packages in⦠(compare)
AyanSinhaMahapatra on 2987-cyclonedx
Do not fail without packages in⦠(compare)
cc-by-nc-sa-4.0
match IMHO
--max-in-memory
to use disk-caching...
Thanks so much for the answer :) Unfortunately I still can't exclude the unwanted folder. I generated the glob pattern like in below photo using https://regex101.com/ but nothing changed, the scancode scanned all the content from the path.
Just to show better what I've tried, here is my structure:
C/
ββ workspace/
β ββ UNWANTED/
β ββ folder_1/
β ββ folder_2/
β ββ folder_n/
β ββ file_1
β ββ file_2
β ββ file_n
and the command:
C:\workspace>scancode --ignore "./UNWANTED/." -l --html C:/scan_log.html C:/workspace
I've also tried the --ignore "./UNWANTED/." as last parameter, also with r before glob pattern but nothing changed...
Maybe I miss some basic stuff?