Syntax for new --sbom option #3154
-
I am using v2.0.0-rc.0 that includes the new --sbom option for building. I have added --sbom=true with/without a path but no spdx or json files are produced. Is there any instructions, guide or syntax docs to see how this should be used? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
AkihiroSuda
Jul 2, 2024
Replies: 2 comments
-
nerdctl build --sbom=true --output=/tmp/foo .
cat /tmp/foo/sbom.spdx.json |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AkihiroSuda
-
Why is it trying to create a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nerdctl build --sbom=true --output=/tmp/foo . cat /tmp/foo/sbom.spdx.json