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:

  1. 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.


Last modified May 20, 2021: Fix version 1.0.0 with new links (a868f86)