DataDog / KubeHound

Kubernetes Attack Graph
https://kubehound.io
Apache License 2.0
705 stars 39 forks source link

Added basic checks to ensure the correct version of Docker Compose is installed. #155

Closed felix-caboff closed 1 month ago

felix-caboff commented 7 months ago

Safety check to ensure the correct version of docker compose is installed. Used the existing docker detection logic to ensure that the correct version is found.

edznux-dd commented 7 months ago

Hey thanks for the PR. I'm not sure the string matching is correct? I have Docker Compose version v2.21.0 on my machine, so it doesn't match grep '^Docker Compose version 2' what do you have on yours?

edznux-dd commented 1 month ago

Hey, we have reworked a bit the Makefile and launch script to be way more user friendly as part of #200!

It is available as part of the pre-release already but we will also ship a "real version" soon.

Closing that PR, thanks for the work though! And sorry for the delay here.