-
-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for_packages field not populated for Package Resources #2929
Comments
It doesn't appear that |
Signed-off-by: Jono Yang <jyang@nexb.com>
I've noticed that in |
* Properly assign Package resources to correct package * Update test results Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
Signed-off-by: Jono Yang <jyang@nexb.com>
* Yield dependencies properly Signed-off-by: Jono Yang <jyang@nexb.com>
* Set the for_packages field for the package manifest resource whenever we are in the situation where we scan a single file that is a package manifest Signed-off-by: Jono Yang <jyang@nexb.com>
Populate for packages field correctly #2929
* Update test expectations Signed-off-by: Jono Yang <jyang@nexb.com>
I am scanning
electron
v 3.1.11 from npm (https://www.npmjs.com/package/electron) and I do not see any values in thefor_packages
field for the scanned Resources, other than thepackage.json
Resource. I expect that all of the files neighboringpackage.json
would also have theirfor_packages
field set.The text was updated successfully, but these errors were encountered: