-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.json
73 lines (73 loc) · 1.51 KB
/
report.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[
{
"filename": "test/ort-bom.json",
"purls": 114,
"has_purls": true,
"percentage_valid_purl": 1.0,
"licenses": {
"has_license": true,
"valid_licenses": 91,
"percentage_valid_license_id": 0.8
},
"is_schema_compliant": true,
"operating_system": {
"has_os": false,
"os_found": null
},
"sbom_tool": {
"has_tool": false,
"tools": null
},
"has_dependency_tree": false,
"quality_score": 0.69
},
{
"filename": "test/syft-sbom.json",
"purls": 229,
"has_purls": true,
"percentage_valid_purl": 1.0,
"licenses": {
"has_license": true,
"valid_licenses": 124,
"percentage_valid_license_id": 0.54
},
"is_schema_compliant": true,
"operating_system": {
"has_os": true,
"os_found": [
{
"os_name": "debian",
"os_version": "10"
}
]
},
"sbom_tool": {
"has_tool": true,
"tools": []
},
"has_dependency_tree": false,
"quality_score": 0.78
},
{
"filename": "test/cyclonedx-bom.json",
"purls": 378,
"has_purls": true,
"percentage_valid_purl": 1.0,
"licenses": {
"has_license": true,
"valid_licenses": 372,
"percentage_valid_license_id": 0.98
},
"is_schema_compliant": true,
"operating_system": {
"has_os": false,
"os_found": null
},
"sbom_tool": {
"has_tool": true,
"tools": []
},
"has_dependency_tree": true,
"quality_score": 0.895
}
]