Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a buildah task step that generates base images sbom
This steps uses a python script for creating the sbom https://github.com/redhat-appstudio/build-tasks-dockerfiles/tree/main/base-images-sbom-script It expects 3 arguments: 1. path to the sbom file that will be updated in place with base images data 2. path to a file containing base images as taken from from the dockerfile (with preserved order) STONEBLD-2042 3. path to a file containing base images with digests, generated from the output of buildah images --format '{{ .Name }}:{{ .Tag }}@{{ .Digest }}'. The dockerfile order must be preserved as well for more information, please read the README the script README
- Loading branch information