forked from kubernetes-sigs/bom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bom-config.yaml
More file actions
48 lines (40 loc) · 844 Bytes
/
.bom-config.yaml
File metadata and controls
48 lines (40 loc) · 844 Bytes
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
---
namespace: https://sigs.k8s.io/bom
license: Apache-2.0
name: bom
creator:
person: The Kubernetes Authors
tool: bom
artifacts:
- type: file
source: bom-amd64-windows.exe
license: Apache-2.0
gomodules: true
- type: file
source: bom-amd64-darwin
license: Apache-2.0
gomodules: true
- type: file
source: bom-amd64-linux
license: Apache-2.0
gomodules: true
- type: file
source: bom-arm-linux
license: Apache-2.0
gomodules: true
- type: file
source: bom-arm64-darwin
license: Apache-2.0
gomodules: true
- type: file
source: bom-arm64-linux
license: Apache-2.0
gomodules: true
- type: file
source: bom-ppc64le-linux
license: Apache-2.0
gomodules: true
- type: file
source: bom-s390x-linux
license: Apache-2.0
gomodules: true