Your first scan (dockerized client)
How to use the dockerized client to execute your first scan
Last updated
Was this helpful?
How to use the dockerized client to execute your first scan
Last updated
Was this helpful?
The Dockerized Client requires your environment to have docker support: everything else is provided in the docker image, as it contains the Java runtime plus all the required tools for the full range of platforms supported by the Meterian platform.
This guide assumes you are working on a *nix environment: if you are using windows, docker may work slightly differently. Please refer to the page .
1. pull the docker scanner official image
2. download the simplified script to run the docker image and make it executable
3. set up the METERIAN_API_TOKEN environment variable with one of , or create a new one. We also suggest you add this to your
4. launch the client once to validate everything is working properly (note: the first time the thin client may also be downloaded)
5. move into the folder you have your codebase and execute the client
All done! You can click on the link and see the final report in HTML. you can also ask the system to generate, for example, a console report adding to the command "--console-report
" to see immediately all the information. To learn more about it, see the section "".