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
We should add a component type unknown since with the development of tech ,there are always new types that will emerge, and the SBOM generator like Syft can't handle all of the types currently given that exhaustive implementation for all is almost impossible. The type unknown is used as a fallback for various unrecognized values
Possible solutions
The solution is very simple ,so no need to elaborate on.
Describe the feature
This PR is about the issue.
We should add a component type unknown since with the development of tech ,there are always new types that will emerge, and the SBOM generator like Syft can't handle all of the types currently given that exhaustive implementation for all is almost impossible. The type unknown is used as a fallback for various unrecognized values
Possible solutions
The solution is very simple ,so no need to elaborate on.
Alternatives
None
Additional context
Relative issue about the downstream scenarios: