Skip to content

Commit c09630c

Browse files
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 <[email protected]>
1 parent cf8594c commit c09630c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policies/template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ policies:
2727
score: 10
2828
mode: enforced
2929
License:
30-
score: 10
30+
score: 9
3131
mode: enforced
3232
Pinned-Dependencies:
3333
score: 10

0 commit comments

Comments
 (0)