When configuring the authentication for on-premises scan configuration, you can enter an environment variable to any field instead of hard-coding a value. The environment variable can be called anything you want, as long as fulfills the following criteria:
{}
)$
-
, _
, and .
{$}
is not a valid environment variable)When you run the on-premises scan, you provide the values for the environment variables in your run command. The variables must have a prefix SECURITY_
added before them, for example:
docker run -e SCAN_TOKEN=<your scan token> -e SECURITY_ACCESS_TOKEN='<the access token value you want to use>' 42crunch/scand-agent:latest