diff options
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |
