Releases: anchore/yardstick
Releases · anchore/yardstick
v0.10.0
v0.10.0
Added Features
- require complete and valid image ref on config parse [#388 @willmurphyscode]
- add
yardstick validate
subcommand [#126 #380 @willmurphyscode]
Additional Changes
- replace pkg_resources.get_distribution [#379 @westonsteimel]
- Rollback import lib pin [#372 @wagoodman]
v0.9.4
v0.9.4
Additional Changes
- Update python version requirements [#370 @wagoodman]
- Consider related vulnerability IDs in label comparison [#310 @wagoodman]
v0.9.3
v0.9.3
Additional Changes
v0.9.2
v0.9.1
v0.9.1
Additional Changes
v0.9.0
v0.9.0
Additional Changes
- update f1 score to not consider Label.Unclear as unlabeled matches [#171 @spiffcs]
- Catch and display errors from subprocess calls when capturing results [#168 @tgerla]
- Replace pylint with ruff [#143 @wagoodman]
- Update README to correct yardstick.yaml examples and fix env var parsing [#148 @tgerla]
- pin used workflow actions to git sha [#138 @spiffcs]
- Add label collection to help with multiple label comparisons [#116 @wagoodman]
- Allow for single grype installation with multiple shared DBs [#113 @wagoodman]
- add "path:" syntax for syft tool [#115 @spiffcs]
- Add label stats store [#103 @wagoodman]
v0.8.0
Changelog
v0.8.0 (2023-08-14)
Added Features
• make it possible to install grype from a local path [Issue #108] [PR #111] [willmurphyscode]
v0.7.1
Changelog
v0.7.1 (2023-07-27)
Bug Fixes
yardstick label remove $ID
doesn't remove any label but exits zero and logs success [Issue #105] [PR #107] [willmurphyscode]