diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/check-qemu-install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index f850a8cb..98b49a64 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -1328,6 +1328,7 @@ 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}' |
