ZupIT / horusec

Horusec is an open source tool that improves identification of vulnerabilities in your project with just one command.

Home Page:https://horusec.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Horusec cli is not running on docker version > 19.3

brunosoaresoliveira opened this issue · comments

Hi all! I need some help about Horusec CLI + Docker.

I installed the Horusec CLI using this command line

curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest

Then when I run it (horusec start), this is the error that I see:
"time="2023-11-15T10:06:29-03:00" level=error msg="{HORUSEC_CLI} Your docker version is below of: " error=19.3
Error: docker not found. Please check and try again"

Environment:

  • Horusec version 2.8.0
  • Operating System: Windows 11 but horusec is installed and running inside Ubuntu using WSL 2.
  • Current docker version: 24.0.6.

Same issue on a machine running Ubuntu 22.04.

Hello

I also had this problem and it has been fixed with the solution.
The point is to install latest-beta version instead of latest.

Thank you @offnaria but I would like to run the most stable version instead of a beta one.

Hello did you try this image gilsdav/horusec-cli ?
This is the result of my PR #1163