-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the Horusec tool using Docker (Using version: 27.2.1, ) #1178
Comments
Shashi2504
changed the title
Running the Horusec tool using Docker (Using above version than required version)
Running the Horusec tool using Docker (Using version: 27.2.1, )
Sep 10, 2024
Hi, I dont know if it helps you, but currently I am using a beta version in order as a workaround: image="horuszup/horusec-cli:v2.9.0-beta.3"; \
docker pull $image ;\
docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $(pwd):/src/horusec $image horusec start \
-p /src/horusec -P $(pwd) |
I encountered the same problem, and I tried to use the beta version. But I still got the same error
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
--> I did all the pre-installations before running the Horusec tool like installing Docker, then installing horusec, and started running horusec tool using Docker in the application folder.
--> But I was getting the following error "level=error msg="{HORUSEC_CLI} Your docker version is below of: " error=19.3". Even though my current version is above the required version which was mentioned in the error message.
--> This was my current Docker version while using the tool "Docker version 27.2.1, build 9e34c9b"
What you expected to happen: To start the Horusec tool and show the vulnerabilities in the application folder.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?: N/A
Environment:
horusec version
): v.2.8.0The text was updated successfully, but these errors were encountered: