summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6316e016..a57538fc 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,11 @@ qemu-live: checkiso
oci: checkiso
scripts/iso-to-oci $(ISO_PATH)
+.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))
+
.PHONY: clean
.ONESHELL:
clean: