We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There should be the ability to chain extension methods together which are used to build a cyclonedx bom.
Primary extension method is otel & spdx
var CycloneDxBom = new CycloneDxBuilder() .AddMetaData(new MetaData(){}) .AddSdpx(new SpdxBom()) .AddOtelResourceInfo(new Resource(){}) .AddNPMPackages(new String()) .AddNugetPackages(new String()) ...... .Build();
Developers can then implement packages of extensions to add custom info to the bom & then eventually the cli could switch to this builder.
As part of this the SPDX extension should be using https://github.com/microsoft/sbom-tool
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There should be the ability to chain extension methods together which are used to build a cyclonedx bom.
Primary extension method is otel & spdx
Developers can then implement packages of extensions to add custom info to the bom & then eventually the cli could switch to this builder.
As part of this the SPDX extension should be using https://github.com/microsoft/sbom-tool
The text was updated successfully, but these errors were encountered: