#1611 added license scanning results to the HTML output, but the current filter logic hides all packages without vulnerabilities. As a result, most packages with license violations are hidden and cannot be viewed.
To resolve this, we can add a filter to the HTML output to display packages with license violations even if they have no vulnerabilities (the filter logic determining which packages to hide needs to be updated).