-
Notifications
You must be signed in to change notification settings - Fork 192
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
horusec cli error: Docker not found #1155
Comments
Same exact behavior is happening on Github Actions |
It is probably the same as here: #1154 |
Same error here! |
The error still persists, do I need to adjust the version? I didn't see any new releases |
Hi, the fix that worked for me is in the pre-release version v2.9.0-beta.3. You can test it locally - to install it on Mac/Linux run: I hope it will solve your issue. |
Latest-beta version works as expected and issue with docker has gone. |
@renatovieiradesouza From this what I see in the screenshot, you have horusec version2.8.0, and a fix is available in v2.9.0-beta.3. If you check the command that you run to install horusec you select "latest" version: Explanation: Installation script installs versions based on the argument you pass to it that defines the version to install. We have options: "latest", "latest-beta" and "latest-rc". The script reads tags set on the repo and tries to find the "latest" version (https://api.github.com/repos/ZupIT/horusec/releases/latest), the last version with "-beta." string (from git tags), and the last version with "-rc." string (from git tags). Currently, it is v2.8.0 for "latest", v2.9.0-beta.3 for "latest-beta" and v2.8.0-rc.1 for "latest-rc". Depending on your system and the version type you selected, it is downloaded from https://github.com/ZupIT/horusec/releases/... For more details, please check: https://github.com/ZupIT/horusec/blob/main/deployments/scripts/install.sh I hope it explains it and that version 2.9.0-beta.3 will work for you :) @thiagosanches I hope it will help :) |
Guys, do you have any plan to make it work on Thank you, |
I got same error but when using podman. And docker commandes works perfectly. |
If the install script does not work for you even with the |
Unfortunately the latest beta does not work on M1 mac
|
What happened:
Azure DevOps pipelines breaks while attempting to run the command
horusec start -p ./
right after pulling the installation script fromhttps://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh
for versions v2.7.1 or v2.8.0.I have tried using both ubuntu-latest and ubuntu-20.04 for vmImage but without success.
Error output
The text was updated successfully, but these errors were encountered: