Skip to content

feat: Caching for get_bundle_images_sbom.py#1423

Open
mvlassis wants to merge 2 commits intomainfrom
kf-8564-sbom-scripts
Open

feat: Caching for get_bundle_images_sbom.py#1423
mvlassis wants to merge 2 commits intomainfrom
kf-8564-sbom-scripts

Conversation

@mvlassis
Copy link
Contributor

@mvlassis mvlassis commented Mar 24, 2026

Closes #1422

This PR updates get_bundle_images_sbom.py to add caching, since we're often running into rate limits when pulling images from Dockerhub. If an SBOM file with the expected name already exists, running syft on that image is skipped.

Note that we also change the format of the script to accept a list of images which is more flexing than needing to rely on get_all_images.py. In my case it was appending the mlflow and feast images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update SBOM producing scripts

2 participants