Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Retrieve SBOM from image manifest if it exists #60

Open
1 task done
aptalca opened this issue Dec 23, 2024 · 0 comments
Open
1 task done

[FEAT] Retrieve SBOM from image manifest if it exists #60

aptalca opened this issue Dec 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@aptalca
Copy link
Member

aptalca commented Dec 23, 2024

Is this a new feature request?

  • I have searched the existing issues

Wanted change

Most of our images should now be including the SBOM as an attestation layer in the manifest. It would be great if the ci container used the existing SBOM from the image instead of running the syft container every time.

Some images don't include the SBOM so we would still need the syft container as a fallback.

Reason for change

Syft container is finicky and sometimes takes a very long time if the image is large and prone to timing out.

Proposed code change

Spad has all the details about how to check for existing SBOM and how to retrieve it.

@aptalca aptalca added the enhancement New feature or request label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Issues
Development

No branches or pull requests

1 participant