forked from ChelseaKR/plumbline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsbom.cdx.json
More file actions
50 lines (50 loc) · 1.04 KB
/
Copy pathsbom.cdx.json
File metadata and controls
50 lines (50 loc) · 1.04 KB
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
{
"bomFormat": "CycloneDX",
"components": [],
"metadata": {
"component": {
"licenses": [
{
"license": {
"id": "Apache-2.0"
}
}
],
"name": "plumbline-eval",
"purl": "pkg:pypi/plumbline-eval@0.2.0",
"type": "application",
"version": "0.2.0"
},
"tools": {
"components": [
{
"name": "coverage",
"type": "application",
"version": ">=7.6"
},
{
"name": "mypy",
"type": "application",
"version": ">=1.13.0"
},
{
"name": "ruff",
"type": "application",
"version": ">=0.15.0"
}
]
}
},
"properties": [
{
"name": "plumbline:runtime-dependency-count",
"value": "0"
},
{
"name": "plumbline:declaration",
"value": "zero third-party runtime dependencies; development-only tooling is listed under metadata.tools, never under components"
}
],
"specVersion": "1.5",
"version": 1
}