Releases: microsoft/sbom-tool
Releases · microsoft/sbom-tool
v1.5.1
v1.5.0
⚙️ Changes
- Users/segomez/update cd library by @sebasgomez238 (#316)
- Add Homebrew install instructions to README by @shawnfunke (#298)
- Remove unused mocks by @ryanbrandenburg (#304)
- Bump MSTest.TestFramework from 2.2.5 to 3.1.1 by @dependabot (#308)
- Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.3.0 to 3.3.2 by @dependabot (#309)
- Enable dependabot updates by @JamieMagee (#303)
- Add logs by @ryanbrandenburg (#306)
v1.4.0
⚙️ Changes
- Revert "Update CD libraries to latest version (#292)" by @sebasgomez238 (#305)
v1.3.3
⚙️ Changes
- Fix validation when SBOM contains duplicate entries by @sebasgomez238 (#300)
v1.3.2
⚙️ Changes
- Fix stream handling by @ryanbrandenburg (#295)
- Make states skipable by @ryanbrandenburg (#294)
v1.2.0
⚙️ Changes
- Added metadata parser by @aasim (#293)
- Update CD libraries to latest version by @sebasgomez238 (#292)
- Handle incomplete reads by @ryanbrandenburg (#290)
v1.1.9
⚙️ Changes
- Handle incomplete reads by @ryanbrandenburg (#290)
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)