The Dockerized Client

Scan for vulnerabilities in your project using the Meterian Client packaged as a Docker image. You can do this without having to install any dependencies needed for the Meterian Scanner client to run, and the scan happens in an isolated environment, inside the Docker container. This docker image contains the Java runtime plus all the required tools for the full range of platforms supported by the Meterian platform.

Download the latest version of the Dockerized client by simply typing the following in your terminal

docker pull meterian/cli:latest

Alternatively, if you wish you can download a lighter platform-specific variant of the image

docker pull meterian/cli:latest-java

There are as many variants as the languages we support. Visit the DockerHub repository for further information on additional variants and versions.

Last updated