Skip to content

Commit 7ef078a

Browse files
committed
fix: remove sbom of kernel modules
Fixes #770 Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent efcb066 commit 7ef078a

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

dvb/cx23885/pkg.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ steps:
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
5350
finalize:
5451
- from: /rootfs

dvb/dvb-m88ds3103/pkg.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ steps:
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 }}
3936
finalize:
4037
- from: /rootfs
4138
to: /rootfs

guest-agents/qemu-guest-agent/pcre2/pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
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
3333
finalize:

storage/zfs/zfs-tools/pkg.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
5043
finalize:
5144
- from: /rootfs
5245
to: /rootfs

0 commit comments

Comments
 (0)