Use LicenseBundleNormalizer for allowed licenses file
It would be very useful if the LicenseBundleNormalizer would be applied before the check is executed.
Since it seems not to run, I have to fill in the json file with N times the same license because it's written differently in N dependencies.
Also, I've seen that it's possible to add information for the renderer to add missing license information to dependencies where nothing was detected. Can this be done for check license too? There sometimes are null licenses, and it makes the task fail.
Hm, does this mean that your allowed-licenses file already contains licenses with "wrong" names and you would like the LicenseBundleNormalizer to normalize them?
Sorry for the late reply.
Not exactly. What I meant is to have the allowed licenses file to contain only the normalized names.
The normalizer would run before matching against the file.
Am I clearer? :)
Yes. This would be really helpful...