fosstars-rating-core icon indicating copy to clipboard operation
fosstars-rating-core copied to clipboard

Fix Okay score range for DependencyScanScore data provider

Open ManjunathMS35 opened this issue 2 years ago • 0 comments

After the introduction of Snyk score, the DependencyScanScore "okay" range lies in the "very good" range, which can be confirmed from the test vector here https://github.com/SAP/fosstars-rating-core/blob/02f66d6569bf2664a9091e5ca932102cad842eba/src/test/resources/com/sap/oss/phosphor/fosstars/model/score/oss/DependencyScanScoreTestVectors.yml#L106

Issue cause: Having GitHub as development environment sub score feature in both Dependabot score and Snyk score might have increased the DependencyScanScore okay range.

Things to do:

  1. Fix the oaky rating range for DependencyScanScore

ManjunathMS35 avatar Aug 17 '22 08:08 ManjunathMS35