forked from openvex/vexctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vexctl-bom-config.yaml
51 lines (42 loc) · 946 Bytes
/
.vexctl-bom-config.yaml
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
# Copyright 2023 The OpenVEX Authors
# SPDX-License-Identifier: Apache-2.0
---
namespace: https://openvex/vexctl
license: Apache-2.0
name: vexctl
creator:
person: The OpenVEX Authors
tool: vexctl
artifacts:
- type: file
source: vexctl-windows-amd64.exe
license: Apache-2.0
gomodules: true
- type: file
source: vexctl-darwin-amd64
license: Apache-2.0
gomodules: true
- type: file
source: vexctl-darwin-arm64
license: Apache-2.0
gomodules: true
- type: file
source: vexctl-linux-amd64
license: Apache-2.0
gomodules: true
- type: file
source: vexctl-linux-arm
license: Apache-2.0
gomodules: true
- type: file
source: vexctl-linux-arm64
license: Apache-2.0
gomodules: true
- type: file
source: vexctl-linux-ppc64le
license: Apache-2.0
gomodules: true
- type: file
source: vexctl-linux-s390x
license: Apache-2.0
gomodules: true