willyw0nka / pygrype

A python wrapper for Anchore Grype
MIT License
3 stars 1 forks source link

Add support for docker based Grype executables #9

Closed robberwick closed 2 months ago

robberwick commented 2 months ago

Adds support for docker based grype executables.

closes https://github.com/willyw0nka/pygrype/issues/8

robberwick commented 2 months ago

It would be good to be able to switch out the use of ABC for the backend in favour of a Protocol, in order to improve flexibility and reduce coupling. That's not an option with python 3.7, which is listed as one of the supported versions, so I've raised #10 to see if that's still a live requirement.

willyw0nka commented 2 months ago

It would be good to be able to switch out the use of ABC for the backend in favour of a Protocol, in order to improve flexibility and reduce coupling. That's not an option with python 3.7, which is listed as one of the supported versions, so I've raised #10 to see if that's still a live requirement.

Python 3.7 is not a requirement anymore. You can include these changes in this PR :+1: