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
This is related to aboutcode-org/scancode.io#447, where we are implementing the Package assembly step of Package scanning in scancode.io. In scancode.io, we need to create the Package before we can associate it to a Resource. This involves modifying the assembly methods to always yield the Package first before the dependencies or Package Resources
The text was updated successfully, but these errors were encountered:
* Update assembly method of cocoapods and pypi package handlers to yield Package objects before Resources and Dependencies
Signed-off-by: Jono Yang <[email protected]>
This is related to aboutcode-org/scancode.io#447, where we are implementing the Package assembly step of Package scanning in scancode.io. In scancode.io, we need to create the Package before we can associate it to a Resource. This involves modifying the
assembly
methods to always yield the Package first before the dependencies or Package ResourcesThe text was updated successfully, but these errors were encountered: