Skip to content

Commit 59241bd

Browse files
committed
fix: add SBOMs for pigz/igzip
I forgot to add them in the previous PR. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 9377c78 commit 59241bd

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

Pkgfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ format: v1alpha2
55
vars:
66
TOOLCHAIN_MUSL_IMAGE: ghcr.io/siderolabs/toolchain-musl:v1.13.0-alpha.0-2-g0823283
77
TOOLS_PREFIX: ghcr.io/siderolabs/
8-
TOOLS_REV: v1.13.0-alpha.0-5-g543a16f
8+
TOOLS_REV: v1.13.0-alpha.0-6-g896f8b9
99

1010
# renovate: datasource=github-releases depName=containernetworking/plugins
1111
cni_version: v1.9.0

igzip/pkg.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ steps:
4141
/rootfs/usr/bin/igzip --version
4242
- |
4343
fhs-validator /rootfs
44+
sbom:
45+
outputPath: /rootfs/usr/share/spdx/igzip.spdx.json
46+
version: {{ .igzip_version }}
47+
cpes:
48+
- cpe:2.3:a:intel:isa-l:{{ .igzip_version }}:*:*:*:*:*:*:*
49+
licenses:
50+
- BSD-3-Clause
4451
finalize:
4552
- from: /rootfs
4653
to: /

pigz/pkg.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ steps:
2828
/rootfs/usr/bin/pigz --version
2929
- |
3030
fhs-validator /rootfs
31+
sbom:
32+
outputPath: /rootfs/usr/share/spdx/pigz.spdx.json
33+
version: {{ .pigz_version }}
34+
cpes:
35+
- cpe:2.3:a:zlib:pigz:{{ .pigz_version }}:*:*:*:*:*:*:*
36+
licenses:
37+
- Zlib
3138
finalize:
3239
- from: /rootfs
3340
to: /

0 commit comments

Comments
 (0)