build: also generate the CycloneDX SBOM in imagebuilder
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 24 Apr 2024 11:39:33 +0000 (13:39 +0200)
committerPaul Spooren <mail@aparcar.org>
Tue, 7 May 2024 20:26:10 +0000 (22:26 +0200)
commit6d4feb87f19a5d46f7c677fc41e4ebd4f0ad4a6b
tree3aaf070391301011f45e41ae9a37ce37afdd97ae
parent0d445dad9883fdc0383b37661f99fde8ebbaf9bc
build: also generate the CycloneDX SBOM in imagebuilder

The needed file '.packageinfo' for creating the CycloneDX SBOM in the
imagebuilder is available in the top directory of the imagebuilder and
not in the tmp directory.

For this reason, the creation of the CycloneDX SBOM file is not available
for the imagebuilder.

To fix this, it is now first checked whether the CycloneDX SBOM should be
built at all and then second decided by checking the IB variable where the
'.packageinfo' file is to be found.

With this change, it is now possible to create the CycloneDX SBOM also for
the imagebuilder as well.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
include/image.mk