File tree Expand file tree Collapse file tree 4 files changed +1
-14
lines changed
guest-agents/qemu-guest-agent/pcre2 Expand file tree Collapse file tree 4 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 4646 cp -r /rootfs/ /extensions-validator-rootfs/rootfs
4747 cp /pkg/manifest.yaml /extensions-validator-rootfs/manifest.yaml
4848 /extensions-validator validate --rootfs=/extensions-validator-rootfs --pkg-name="${PKG_NAME}"
49- sbom :
50- outputPath : /rootfs/usr/local/share/spdx/cx23885.spdx.json
51- version : {{ .LINUX_DVB_FIRMWARE }}
5249 # {{ end }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
5350finalize :
5451 - from : /rootfs
Original file line number Diff line number Diff line change 3333 cp -r /rootfs/ /extensions-validator-rootfs/rootfs
3434 cp /pkg/manifest.yaml /extensions-validator-rootfs/manifest.yaml
3535 /extensions-validator validate --rootfs=/extensions-validator-rootfs --pkg-name="${PKG_NAME}"
36- sbom :
37- outputPath : /rootfs/usr/local/share/spdx/dvb-m88ds3103.spdx.json
38- version : {{ .VERSION }}
3936finalize :
4037 - from : /rootfs
4138 to : /rootfs
Original file line number Diff line number Diff line change 2727 outputPath : /rootfs/usr/local/share/spdx/pcre2.spdx.json
2828 version : {{ .PCRE2_VERSION }}
2929 cpes :
30- - cpe:2.3:a:pcre:pcre2:{{ .CONTAINER_TOOLKIT_VERSION }}:*:*:*:*:*:*:*
30+ - cpe:2.3:a:pcre:pcre2:{{ .PCRE2_VERSION }}:*:*:*:*:*:*:*
3131 licenses :
3232 - BSD-2-Clause
3333finalize :
Original file line number Diff line number Diff line change @@ -40,13 +40,6 @@ steps:
4040 # since talos doesn't have a shell, this would fail
4141 # the default shipped file is a no-op, so safe to remove.
4242 rm -f /rootfs/usr/local/libexec/zfs/zfs_prepare_disk
43- sbom :
44- outputPath : /rootfs/usr/local/share/spdx/zfs-tools.spdx.json
45- version : {{ .ZFS_DRIVER_VERSION }}
46- cpes :
47- - cpe:2.3:a:openzfs:openzfs:{{ .ZFS_DRIVER_VERSION }}:*:*:*:*:*:*:*
48- licenses :
49- - CDDL-1.0
5043finalize :
5144 - from : /rootfs
5245 to : /rootfs
You can’t perform that action at this time.
0 commit comments