Usage: java -jar <jar-application> [options]
  Options:
    -h, -help, --help
      Display Help message

    -t, -token, --scantist_token
      Scantist token used for authentication. Environment variable 
      SCANTISTTOKEN is of first priority
      Default: <empty string>
    -airgap, -offline
      To run in offline mode, assume no internet access is available and 
      project is not built in the running environment, results will be 
      limited. 
      Default: false
    -f, -working_dir
      Project root directory for source code scan. Zip or binary file absolute 
      path for binary scan. Default value will be current working directory
      Default: <Current working directory>
    -depth
      For file detection depth relative to root directory.
      Default: 2
    -monoMode
      To search for projects including sub directories. Default search depth is 5, you can override with option -recursiveDepth.
      Default: false
    -recursiveDepth
      Mono mode recursive search depth.
      Default: 5
    -repo_name
      Referring to Scantist project name, scan result will appear under this 
      project. If not found, a new project with this name will be created
      Default: <empty string>
    -disableScantistScan
      Do not upload result to scantist portal when detector finishes 
      successfully 
      Default: false
    -download_report
      When detector finished, wait scantist portal to generate scan report and 
      save to local disk
      Default: false
    -npmPackageJsonFilePath
      Custom Npm Package json file absolute path
      Default: <empty string>
    -pipRequirementFile
      Custom requirement file path for python project
      Default: <empty string>
    -gradleScope
      Custom gradle configuration scope
      Default: default
    -goModGraphFile
      Output of `go mod graph`
      Default: <empty string>
    -logLevel
      Show all logger info
      Default: info
    --demo
      Used for demo purpose, will use our production environment and demo account organization token
      Default: false
