sbom-tool icon indicating copy to clipboard operation
sbom-tool copied to clipboard

The SBOM tool is a highly scalable and enterprise ready tool to create SPDX 2.2 compatible SBOMs for any variety of artifacts.

Results 121 sbom-tool issues
Sort by recently updated
recently updated
newest added

https://www.nuget.org/packages?q=Microsoft.componentDetection

enhancement
P1
aa-triaged

The package is used in the Microsoft.Sbom.Api project inside the Bindings.cs file

bug
P1
aa-triaged
security

Mark Russinovich (Azure CTO) tried the tool and found a minor doc bug where “sbom-tool” is missing in this sample command line: ![image001](https://user-images.githubusercontent.com/38691121/186950052-fa7f79e4-f737-4182-89a8-1135542ad90e.png) He also faced the following error when...

P1
aa-triaged

1. run command: .\sbom-tool-win-x64.exe generate -b $filepath -bc $codepath -pn alicedemo -pv 1.0.0 -ps Alice -nsb https://alicedemo.com -m $manifestpath 2. To generate the file: $manifestpath\_manifest\spdx_2.2\manifest.spdx.json 3. run validate command: .\sbom-tool-win-x64.exe...

enhancement
aa-triaged

Add examples and documentation to elaborate exactly how Dockerfile detection works and what the customers should expect to see in the final SBOM about the Dockerfile packages.

documentation
aa-triaged

Hi! I would like to ask for help to understand how the `sbom-tool` works for Rust code. We in the [Kubewarden team](https://github.com/kubewarden) are evaluating to use `sbom-tool` to generate the...

aa-triaged
external

As I found sbom-tool using [component-detection](https://github.com/microsoft/component-detection) to scan for components and dependencies, which support both requirements.txt and poetry.lock. But when I scanned the project with poetry.lock, it didn't work, regardless...

aa-triaged
P2

Hiya, I'm running the tool with `-V Error` and still getting output tagged `[INFO]`. My guess is that you're missing an `[ArgShortcut("V")]` attribute from [CommonArgs.cs](https://github.com/microsoft/sbom-tool/blob/main/src/Microsoft.Sbom.Api/Config/Args/CommonArgs.cs#L20)?

bug
aa-triaged

Validating SBOM with ValidateSignature passed generates the following warning: ##[warning]ValidateSignature switch is true, but couldn't find a sign validator for the current OS, skipping validation. Couldn't find any indications in...

accepted