You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running syft each cataloger is resolver serially.
To increase the speed of generating an sbom, catalogers can be resolved in parallel.
Why is this needed:
To save time.
Additional context:
This could be configurable/exposed via a new flag/field in the config file passed to syft (open to suggestion on the name) such as syft --workers N which would mean that Ncataloger jobs are done in parallel instead of serially.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
When running
syft
eachcataloger
is resolver serially.To increase the speed of generating an sbom, catalogers can be resolved in parallel.
Why is this needed:
To save time.
Additional context:
This could be configurable/exposed via a new flag/field in the config file passed to
syft
(open to suggestion on the name) such assyft --workers N
which would mean thatN
cataloger
jobs are done in parallel instead of serially.The text was updated successfully, but these errors were encountered: