CLI Authentication with Xygeni
When you download the scanner, you may (or not) have indicated Xygeni API token.
To authenticate through the Xygeni Scanner CLI you may use the following options:
xygeni [-hqvV]
[--user=<username>] [--pass=<password>] [--token=<token>] [--url=<url>]
COMMAND [@<args_file>] [<command options>]
Xygeni credentials - clear-text or encrypted, env:VAR, file:PATH
They override the corresponding values in xygeni.yml configuration.
--url=<url> Xygeni api URL
--token=<token> Access token.
--user=<username> Username.
--pass=<password> Password. Deprecated, token is recommended.
Last updated