Skip to main content
The command endorctl host-check allows you to quickly verify if your system is set up with the appropriate tools to perform a successful scan.

Usage

To verify that your local host is appropriately configured to scan a given repository:
  1. Clone the repository you’d like to verify system setup for. The following instructions should be updated to the repository of your selection.
    git clone https://github.com/endorlabs/app-java-demo.git
    
  2. Navigate to the root of the repository you’ve cloned.
    cd ./app-java-demo
    
  3. Run the host check command.
    endorctl host-check
    

Options

The endorctl host-check command uses the following flags and environment variables.