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

Currently, if BuildDropPath is set to a file, the tool's output ends with something like: ``` BuildDropPath directory not found for 'D:\a\_work\1\a\File.zip' ``` While this is accurate, users often do...

accepted

Hello everyone, we are attempting to generate SBOM using sbom-tool in our GitLab jobs using powershell within windows docker container, but receive the following error message: ``` $ dotnet restore...

z-aa-triaged
z-P2
tabled

This is an overarching issue to track analyzer warnings that are currently silenced. To fix a single warning: 1. Remove the warning silence from [`.editorconfig`](https://github.com/microsoft/sbom-tool/blob/main/.editorconfig) 1. Run a build locally...

tabled

Unsure if I'm using this in an incorrect way, but I would not expect the tool to fail with an error that it cannot write to `BuildDropPath` if I specify...

z-aa-triaged
z-P2
not planned

We just created a new folder for quick start guides open to any tools that generate or consume SPDX documents. In one of our SPDX community calls, it was suggested...

z-documentation
z-aa-triaged
not planned

The SBOM tool uses Serilog's `ILogger` interface directly. Unfortunately, Component Detection expects the [`ILogger` interface from `Microsoft.Extensions.Logging`][1] and uses the [`Serilog.Extensions.Logging`][2] package to provide an implementation. In our research, using...

tabled

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.1.0. Release notes Sourced from codecov/codecov-action's releases. v4.1.0 What's Changed fix: set safe directory by @​thomasrockhu-codecov in codecov/codecov-action#1304 build(deps): bump github/codeql-action from 3.24.3 to 3.24.5...

z-dependencies
github_actions

The Microsoft.ManifestTool tool generates a temporary file in a shared directory, with apparently nothing but a timestamp to make it unique. But when msbuild builds a multi-targeting project, both projects...

help wanted
tabled

Bumps dotnet/runtime-deps from 6.0.8-bullseye-slim-amd64 to 7.0.15-bullseye-slim-amd64. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotnet/runtime-deps&package-manager=docker&previous-version=6.0.8-bullseye-slim-amd64&new-version=7.0.15-bullseye-slim-amd64)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

z-dependencies
z-docker

Requires #476 to be merged for it's changes in ServiceCollectionExtensions as well as v4.0.12 of component-detection to be released Edit: all requirements have been met.