This commit adds an option --extra-artifacts that can be used to generate extra artifacts during the build or manifest generation. Initially supported is `sbom` (but `manifest` is planned too). To use it run `--extra-artifacts=sbom` and it will generate files like `centos-9-qcow2-x86_64.image-os.spdx.json` in the output directory next to the generate runable artifact. Closes: https://github.com/osbuild/image-builder-cli/issues/46 |
||
|---|---|---|
| .. | ||
| build.go | ||
| distro.go | ||
| distro_test.go | ||
| export_test.go | ||
| filters.go | ||
| filters_test.go | ||
| list.go | ||
| main.go | ||
| main_test.go | ||
| manifest.go | ||
| repos.go | ||