forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bom.yaml
46 lines (39 loc) · 901 Bytes
/
bom.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
package:
name: bom
version: 0.6.0
epoch: 11
description: A utility to generate SPDX-compliant Bill of Materials manifests
copyright:
- license: Apache-2.0
dependencies:
runtime:
- go
environment:
environment:
CGO_ENABLED: "0"
pipeline:
- uses: git-checkout
with:
repository: https://github.com/kubernetes-sigs/bom
tag: v${{package.version}}
expected-commit: 9be3ab721e914ad41141f302d6b5d0124a12cd1e
- uses: go/bump
with:
deps: golang.org/x/[email protected] github.com/docker/[email protected] golang.org/x/[email protected]
- uses: go/build
with:
packages: ./cmd/bom
output: bom
ldflags: -s -w -extldflags "-static"
- uses: strip
update:
enabled: true
github:
identifier: kubernetes-sigs/bom
strip-prefix: v
test:
pipeline:
# AUTOGENERATED
- runs: |
bom --help
bom version