-
Notifications
You must be signed in to change notification settings - Fork 39
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
SBOM? #459
Comments
The images produced by this tooling are normal container images in every sense, so you can use any SBOM generation tooling that could otherwise detect and report on .NET dependencies. Here's an example using syft packages sdk-container-demo:1.0.0
|
There's an effort to bake in SBOM generation support into the .NET SDK, which is being tracked at NuGet/Home#12497. As that progresses, we definitely will figure out what needs to happen to produce SBOMs for generated container images as well. Prior art here: https://docs.docker.com/engine/sbom/ (though this includes OS libraries, etc that we don't have direct knowledge of here). |
How do I get an SBOM for .NET SDK-built OCI image?
The text was updated successfully, but these errors were encountered: