How to use Horusec-CLI without docker?
In this section, you will find the informations to use Horusec-CLI without docker.
Horusec run its analysis through Horusec-CLI with several analysis tools, whether from its own analysis engine or through other tools.
If you are in an environment that it’s not possible to run Doker’s installation, vou can use Horusec without it, see below:
- Using
disable-docker
flag;
horusec start -p . --disable-docker="true"
This option allows you to run analysis without using Docker, however you will lose your analysis with other tools.
Only tools that use its own analysis engine will be executed, that’s why it is not recommended to disable docker.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified May 21, 2021: Hotfix/cli install (#72) (9b35103b)