ajayd-san / gomanagedocker

TUI tool to manage docker objects
MIT License
86 stars 2 forks source link

Add docker scout output #1

Closed plutov closed 1 week ago

plutov commented 3 weeks ago

Would be nice to show Docker Scout output https://packagemain.tech/p/identifying-container-image-vulnerabilities

ajayd-san commented 3 weeks ago

Hey,

That could be a cool feature to add!!

I'm assuming showing the output of docker scout quickview (neatly formatted and in a popup) is what you are suggesting?

plutov commented 3 weeks ago

@ajayd-san exactly.

ajayd-san commented 3 weeks ago

@plutov Hey, I've added the ability to perform docker scout quickview in version v1.1.1. Go try it out and let me know how it is!

You can install the latest release using the install script.

bash -c "$(curl -sLo- https://raw.githubusercontent.com/ajayd-san/gomanagedocker/main/install.sh)"