-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add license info and github slug to dataset #187
Add license info and github slug to dataset #187
Conversation
@LukvonStrom Thanks for the contributions. |
@LukvonStrom thanks for the contributions. I fixed the problem with the validations. The licenseInfo and githubRepoSlug fields are required but are missing or misplaced. Can you verify that information? |
This has been fixed now, I also added assertions to make sure this is constantly ensured. Apologies for the initial, somewhat naive implementation :) |
Dear bump maintainers,
In this PR which is based on #186, I added the SPDX license identifiers and the clear github slug of the updated dependency and the consuming repository.
In addition I tried to add these changes into the miner as well, but the testsuite kept failing for me, making validation of those changes a bit hard.
I updated the JSON Schema as well.
Best regards,
Lukas