interlynk-io / sbomqs

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

fix cra compliance report #293

Closed viveksahu26 closed 1 month ago

viveksahu26 commented 1 month ago

If you try to run compliance command for cra type in latest release, $ go run main.go compliance samples/sbomqs-spdx-sbtool.json --bsi

you will find that it doesn't give any o/p. It's was due to this PR.

This PR fixes that.

viveksahu26 commented 1 month ago

One thing more, @riteshnoronha should we make bsi consistent across all codebase in place of cra. Sometime it creates confusion.

riteshnoronha commented 1 month ago

yes we should

viveksahu26 commented 1 month ago

ok will raise another PR for that.