Importing reports from 3rd party tools
Report Upload
xygeni report-upload
[--show-formats]
[--directory=<path>] [--name=<name>]
[--prop=name:value [--prop=name:value]...]
[--never-fail] [--[no-]upload]
--report=<file> [--format=<format>] [--log-file=<logFile>] [--output=<output> [--compact]] ...
[@<filename>...]
Converts and uploads an external tool or xygeni scan reports into Xygeni platform.
Parameters:
[@<filename>...] One or more argument files containing options.
-s, --show-formats Show the formats supported.
-n, --name=<name> The software name. Inferred from directory when not provided.
-d, --basedir=<path> Base directory for resolving relative paths.
Default is the current working directory.
-p, --prop=name:value Properties for the software.
Name of standard properties are: business_value (or bizval), architecture (or arch),
business_area (or bizarea), product_unit (or product), and provider.
business_value should be one of: CRITICAL, HIGH, MEDIUM, LOW, INFO.
Additional custom properties may be added.
--never-fail Do not fail: always exit with code 0, even when report conversion or upload fails.
--[no-]upload Upload reports to server? (default: true}
Use --no-upload for testing report conversion.
Reports to upload:
-r, --report=<file> the report file to upload. Use '-' or 'stdin' for standard input.
-f, --format=<format> the format / type of the report to upload.
Use <tab> to get the available values, when autocomplete is active.
Optional. When not given, it will be inferred from the report.
-o, --output=<output> file for writing the output in Xygeni format.
Use '-' or 'stdout' for console output.
Optional. No output when not given.
--compact Use compact output (default: pretty-print).
-l, --log-file=<logFile> The xygeni scan logfile to upload (optional).Last updated