interlynk-io / sbomqs

SBOM quality score - Quality metrics for your sboms
Apache License 2.0
176 stars 20 forks source link

[CLI] Enhance `sbomqs score` command output with color-coded scores #302

Open viveksahu26 opened 2 months ago

viveksahu26 commented 2 months ago

Description

Currently, the output of the sbomqs score command displays all scores in the same color (white), regardless of whether the score is full or zero. This makes it difficult to quickly identify elements that are missing or need improvement. For example:

image

However, when there are elements with a score of 0.0, they are not emphasized or not grabbing attention of the user which needs improvement.

Solution

Implementing color-coded(red color) output will make it easier for users to quickly identify areas that need attention and improvement. This visual enhancement will improve the overall user experience and usability of the sbomqs score command.

viveksahu26 commented 2 months ago

hey @riteshnoronha , your thoughts on this ?

riteshnoronha commented 1 month ago

Yes good idea.