Xygeni CLI Configuration options
Each scan has configuration options that are by default available in files named xygeni.yml
and xygeni.<command>.yml
in the scanner's conf
directory. Each file is a YAML document that could be edited and uploaded to the Xygeni platform for reuse.
Nevertheless, you can also configure the scanners by command line without the need to modify the configuration files.
The -cop|--conf-option
are global options that go before the command, each for given a value to a configuration property
Examples:
Note that many configuration options are passed through environment variables or local files in CI/CD pipelines, and for sporadic changes it may be easier to specify a few options with --conf-option
, possibly storing command line options in an @argument
file which could be under version control, etc.) This could be convenient when many configuration properties need to be overridden for scanning a particular project.
Last updated