scancode.io icon indicating copy to clipboard operation
scancode.io copied to clipboard

Find Package CodebaseResources during `scan_for_application_packages()`

Open JonoYang opened this issue 3 years ago • 0 comments

To facilitate finding CodebaseResources that belong to an application package, whenever [scan_for_application_packages()] encounters a Package manifest file, it should call .get_package_root() on the created Package and set all Resources found under the Package root to be an installed file for it.

JonoYang avatar Jul 30 '21 03:07 JonoYang