Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lower license score alert threshold to 9 (#1411)
When the threshold was introduced, the license check was a boolean check: 0 points for no license, and 10 points with a license. This later changed as covered in ossf/scorecard#1369 As the last point relies on SPDX detection, it's often flaky. Lowering the threshold allows us to still warn if a license isn't detected but not expect perfection. Signed-off-by: Spencer Schrock <sschrock@google.com>
- Loading branch information