Container Scanner
Similarly to the Dockerized Client, the Container Scanner needs to be manually configured to ensure the scan runs for you dedicated instance. Prior to invocation ensure you set the following environment variables as such
Name | Description |
---|---|
METERIAN_ENV | Set this variable to target the right subdomain of the site where your instance runs |
METERIAN_PROTO | Set this variable to target the right HTTP protocol of the site where your instance runs |
METERIAN_DOMAIN | Set this variable to target the right domain of the site where your instance runs |
You can check that your client is correctly connecting to the dedicated instance executing the client with "--help", which will display the instance and the account it is connecting to.
Last updated