You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have SBoMs on our container images, in order to consume and compose them at a later stage for all of eve. This PR on eve does that for all of the in-eve-repo packages.
For this one, we need to do 2 things:
Do our custom scanner/adder, which places a custom SBoM in the container image (already done earlier)
For this to work. we need to ensure we are running at least buildkit v0.11 (actual GA, not an -rc version), and add the flag --sbom=true to the image build.
That should do it. Once it is in place, you can check that it is there, see the blog post
The text was updated successfully, but these errors were encountered:
We need to have SBoMs on our container images, in order to consume and compose them at a later stage for all of eve. This PR on eve does that for all of the in-eve-repo packages.
For this one, we need to do 2 things:
For 2, it is straightforward. Taking one sample branch
Makefile.eve
, we already build with docker:For this to work. we need to ensure we are running at least buildkit v0.11 (actual GA, not an -rc version), and add the flag
--sbom=true
to the image build.That should do it. Once it is in place, you can check that it is there, see the blog post
The text was updated successfully, but these errors were encountered: