Tags: anchore/yardstick
Tags
chore(deps): bump click from 8.1.5 to 8.1.6 (#104) Bumps [click](https://github.com/pallets/click) from 8.1.5 to 8.1.6. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.1.6/CHANGES.rst) - [Commits](pallets/click@8.1.5...8.1.6) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps-dev): bump mypy from 1.4.0 to 1.4.1 (#91) Bumps [mypy](https://github.com/python/mypy) from 1.4.0 to 1.4.1. - [Commits](python/mypy@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use grype DB from analysis when parsing results (if possible) (#56) * use grype DB from analysis when parsing results (if possible) Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * close sqlite connection on each access Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * allow connection sharing in multiple threads Signed-off-by: Alex Goodman <alex.goodman@anchore.com> --------- Signed-off-by: Alex Goodman <alex.goodman@anchore.com>