CLI authentication with Xygeni
When you download the scanner, you may (or not) have indicated Xygeni API token.
If you specified ./install.sh -o -v -t $XYGENI_TOKEN
, the token will be saved (encrypted) into conf/xygeni.yml
and will be used by Xygeni CLI without need to specify it again.
Instead, if you executed ./install.sh -o -v
(without the token), you will need to specify the token when running the Xygeni CLI.
To authenticate through the Xygeni Scanner CLI you may use the following options:
See Generate Token for Scanner and API client for further information on how to create Xygeni tokens.
Last updated