From 4ef1924d9a5328aaab11a4e409c8116f99cbc140 Mon Sep 17 00:00:00 2001 From: Andrii Klymenko Date: Thu, 23 Apr 2026 15:30:57 +0300 Subject: T8542: Add functionality to generate SBOM file from ISO image Apply quoting to the passed variable. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a57538fc..2f488318 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ oci: checkiso .PHONY: make_sbom .ONESHELL: make_sbom: checkiso - @scripts/check-qemu-install --debug --iso $(ISO_PATH) --sbom --cpu 2 --memory 4 $(if $(SBOM_OUTPUT_DIR),--sbom-output-dir $(SBOM_OUTPUT_DIR)) + @scripts/check-qemu-install --debug --iso $(ISO_PATH) --sbom --cpu 2 --memory 4 $(if $(SBOM_OUTPUT_DIR),--sbom-output-dir "$(SBOM_OUTPUT_DIR)") .PHONY: clean .ONESHELL: -- cgit v1.2.3