File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ format: v1alpha2
55vars:
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
Original file line number Diff line number Diff 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
4451finalize :
4552 - from : /rootfs
4653 to : /
Original file line number Diff line number Diff 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
3138finalize :
3239 - from : /rootfs
3340 to : /
You can’t perform that action at this time.
0 commit comments