Skip to content

Commit 3f8ea66

Browse files
committed
Revert "T8542: Add functionality to generate SBOM file from ISO image"
This reverts commit bdd7024.
1 parent 80aadb4 commit 3f8ea66

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ qemu-live: checkiso
9090
oci: checkiso
9191
scripts/iso-to-oci $(ISO_PATH)
9292

93-
.PHONY: make_sbom
94-
.ONESHELL:
95-
make_sbom: checkiso
96-
@scripts/check-qemu-install --debug --iso $(ISO_PATH) --sbom --cpu 2 --memory 4 $(if $(SBOM_OUTPUT_DIR),--sbom-output-dir $(SBOM_OUTPUT_DIR))
97-
9893
.PHONY: clean
9994
.ONESHELL:
10095
clean:

0 commit comments

Comments
 (0)