openmainframeproject / software-discovery-tool-data

Apache License 2.0
5 stars 14 forks source link

Added IBM Validated Open Source List as data source #43

Closed arshPratap closed 2 years ago

arshPratap commented 2 years ago

PR for #25

Signed-off-by: arshPratap arshpratapofficial@gmail.com

pleia2 commented 2 years ago

This is a good start, but there is also SLES 12.x and RHEL 7.x and RHEL 8.x that we'll want to parse and provide data files for. It's fine for us to merge as-is, but we want to make clear that it's only including half of the distributions included in the list.

And can you make the code you used to parse these files from the JSON source available? We probably want to add that code to package_build.py and instead of a distro, maybe have it triggered via something like: package_build.py validated_oss

pleia2 commented 2 years ago

These are all working as expected, well done!