Releases: eBay/sbom-scorecard
Releases · eBay/sbom-scorecard
0.0.7
What's Changed
- feature: enable verification for provenance by @developer-guy in #39
- feat(scorecard):Display result in Table format by @dineshr93 in #38
- upgrade slsa-verifier: 2.0.1 -> 2.1.0 by @developer-guy in #40
- Add licenseRef to test case by @jspeed-meyers in #35
- fix nil pointer reference bug & NaN handling on invalid json input by @frenchi in #32
New Contributors
- @dineshr93 made their first contribution in #38
- @frenchi made their first contribution in #32
Full Changelog: 0.0.6...0.0.7
0.0.6 - update dependencies
What's Changed
- add publish image workflow by @developer-guy in #31
- Update spdx library by @justinabrahms in #33
New Contributors
- @developer-guy made their first contribution in #31
Full Changelog: 0.0.5...0.0.6
0.0.5
Bugfix & documentation release
What's Changed
- (feat) Add SPDX 2.3 support by @puerco in #13
- (bug) Fix Package Version Logic for CDX Parsing by @jspeed-meyers in #24
- (bug) Fix integer division by integer bug by @jspeed-meyers in #29
- (chore) Minor tutorial updates by @jspeed-meyers in #20
- (chore) Inline tutorial into the README by @justinabrahms in #23
- (chore) Add usage image by @justinabrahms in #30
Full Changelog: 0.0.4...0.0.5
0.0.4 - Multi-platform binaries
This adds pre-compiled binaries for all supported architectures.
What's Changed
- Handle panic when handling non 2.2 SPDX docs by @puerco in #12
- Add pkg version for spdx by @jspeed-meyers in #10
- Fix check for component hash existence by @jspeed-meyers in #17
- Add tutorial.md and reference to tutorial in README.md by @jspeed-meyers in #18
New Contributors
- @puerco made their first contribution in #12
- @jspeed-meyers made their first contribution in #10
Full Changelog: 0.0.3...0.0.4
0.0.3
Support for guessing at the file format.
0.0.2
Add creation info to score
0.0.1
This is the minimum usable thing, in that it prints grades for spdx 2.2 and cyclonedx. We can only go up from here!