File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -813,10 +813,13 @@ const sampleOSSFScorecardResult = {
813
813
}
814
814
} ,
815
815
{
816
- details : null ,
817
816
score : 10 ,
818
817
reason : 'license file detected' ,
819
818
name : 'License' ,
819
+ details : [
820
+ 'Info: project has a license file: LICENSE:0' ,
821
+ 'Info: FSF or OSI recognized license: MIT License: LICENSE:0'
822
+ ] ,
820
823
documentation : {
821
824
url : 'https://github.com/ossf/scorecard/blob/ea7e27ed41b76ab879c862fa0ca4cc9c61764ee4/docs/checks.md#license' ,
822
825
short : 'Determines if the project has defined a license.'
Original file line number Diff line number Diff line change 44
44
"type" : " object" ,
45
45
"properties" : {
46
46
"details" : {
47
- "type" : [" string" , " null" ],
48
- "examples" : [null ]
47
+ "type" : [" array" , " null" ],
48
+ "items" : {
49
+ "type" : " string"
50
+ }
49
51
},
50
52
"score" : {
51
53
"type" : " number" ,
You can’t perform that action at this time.
0 commit comments