Releases: microsoft/sbom-tool
Releases · microsoft/sbom-tool
v1.1.8
⚙️ Changes
- Return exit code 3 on validation failures. by @sebasgomez238 (#288)
v1.1.7
⚙️ Changes
- Use WriteAllText to write Sha256 hash. by @Malcolmnixon (#276)
- Add Swid Purl to root package entry by @sebasgomez238 (#285)
v1.1.6
⚙️ Changes
- Exit with Exit Code 1 on failures by @sebasgomez238 (#279)
- use console.writeline for validation output. by @sebasgomez238 (#274)
- Run tests on linux on CI pipeline by @sebasgomez238 (#273)
v1.1.5
What's Changed
- Update sbom-tool-cli-reference.md by @sebasgomez238 in #266
- Users/segomez/add package count to telemetry by @sebasgomez238 in #263
- Users/segomez/path separator fix by @sebasgomez238 in #267
- Add optional validation for sboms with no packages by @sebasgomez238 in #269
Full Changelog: v1.1.3...v1.1.5
v1.1.4
What's Changed
- Update sbom-tool-cli-reference.md by @sebasgomez238 in #266
- Users/segomez/add package count to telemetry by @sebasgomez238 in #263
- Users/segomez/path separator fix by @sebasgomez238 in #267
- Add optional validation for sboms with no packages by @sebasgomez238 in #269
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Users/segomez/path sparator fix new by @sebasgomez238 in #252
- Make FileHashesDictionary case aware based on OS by @aasim in #264
Full Changelog: v1.1.2...v1.1.3
v1.1.2
v1.1.1
v1.1.0
⚙️ Changes
- Improved telemetry logging. by @sebasgomez238 (#253)
- Allow proper missing file error to be thrown. by @sebasgomez238 (#247)
- Updated documentation and add example of argument use. by @sebasgomez238 (#249)
- Let docker component detection run without -bc by @sebasgomez238 (#232)
- Add Support for PATCH_FOR relationships by @sebasgomez238 (#243)
- Check if the package version and name are null or whitespace for SPDX by @jiaw37 (#192)
- refactoring: Add
.editorconfig
, revisit linters and analyzers, and sort usings globally by @ByAgenT (#248) - refactor: use file scoped namespaces by @JamieMagee (#197)
- Optimize calls to
TryGetManifestConfig
inSbomConfigProvider
by @ByAgenT (#244) - Update check for SPDX files in file filterer. by @sebasgomez238 (#225)
- Make -nsb parameter optional. by @sebasgomez238 (#237)
v1.0.2
⚙️ Changes
- Register ManifestData as a singleton by @ksigmund (#241)
- fix serialization of '+' signs by @sebasgomez238 (#236)
- Fix issue where supplier is not valid #217 by @edgarrs (#224)
- Fix validation workflow by @sebasgomez238 (#220)
- Update Package Parser to fit SPDX2.2 specs. by @sebasgomez238 (#221)
- LicenseInfoFromFiles ignored to fit SPDX2.2 specs. by @sebasgomez238 (#218)
- Users/ksigmund/di refactor by @ksigmund (#202)