File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 80
80
export ORT_ALLOW_DYNAMIC_VERSIONS=${ALLOW_DYNAMIC_VERSIONS:-"false"}
81
81
export ORT_CLI="/opt/ort/bin/ort"
82
82
export ORT_CLI_ARGS=${ORT_CLI_ARGS:-"-P ort.forceOverwrite=true --stacktrace"}
83
- export ORT_CLI_REPORT_ARGS=${ORT_CLI_REPORT_ARGS:-"-O SpdxDocument=output.file.formats=json,yaml"}
83
+ ORT_CLI_REPORT_DEFAULT_ARGS="-O CycloneDX=output.file.formats=json,xml -O SpdxDocument=output.file.formats=json,yaml"
84
+ export ORT_CLI_REPORT_ARGS=${ORT_CLI_REPORT_ARGS:-$ORT_CLI_REPORT_DEFAULT_ARGS}
84
85
export ORT_CONFIG_PATH=${ORT_CONFIG_PATH:-"${ORT_DATA_PATH}/config"}
85
86
export ORT_CONFIG_VCS_REVISION=${ORT_CONFIG_REVISION:-"main"}
86
87
export ORT_CONFIG_VCS_URL=${ORT_CONFIG_REPOSITORY:-"https://github.com/oss-review-toolkit/ort-config.git"}
You can’t perform that action at this time.
0 commit comments