summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-05-24 12:13:58 +0000
committerChristian Breunig <christian@breunig.cc>2026-06-01 21:10:52 +0200
commitf52336fbf73383a61bfd71493a8e5cb06866881e (patch)
tree0c365183d5ec5bc0ce3dd0170ad277b0fb6818f4 /scripts
parent91e0e865ca3730d5ef00f79aa369fa9d41b5baef (diff)
downloadvyos-build-f52336fbf73383a61bfd71493a8e5cb06866881e.tar.gz
vyos-build-f52336fbf73383a61bfd71493a8e5cb06866881e.zip
Revert "T8542: Add functionality to generate SBOM file from ISO image"
This reverts commit 16ced6d41f030f5621e667abfe0e35aa498bc71b.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-qemu-install1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index ae577faa..69e9fb8b 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -1319,7 +1319,6 @@ try:
# Generate SBOMs using the syft util for the whole filesystem with all layers, output both CycloneDX and SPDX formats
syft_cmd = (
f'sudo TERM=dumb /tmp/syft / -q'
- f' --exclude **/mnt/sbom_transfer/**'
f' --source-name {iso_name}.iso --source-version {iso_name}'
f' -o cyclonedx-json=/mnt/sbom_transfer/{sbom_file_cdx}'
f' -o spdx-json=/mnt/sbom_transfer/{sbom_file_spdx}'