File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ ort-scan:
134
134
ORT_CONFIG_CURATIONS_FILE : " ${ORT_CONFIG_DIR}/curations.yml"
135
135
ORT_CONFIG_CURATIONS_DIR : " ${ORT_CONFIG_DIR}/curations"
136
136
ORT_CONFIG_CUSTOM_LICENSE_TEXTS_DIR : " ${ORT_CONFIG_DIR}/custom-license-ids"
137
- ORT_CONFIG_LICENSE_CONFIGURATION_FILE : " ${ORT_CONFIG_DIR}/license-classifications.yml"
137
+ ORT_CONFIG_LICENSE_CLASSIFICATIONS_FILE : " ${ORT_CONFIG_DIR}/license-classifications.yml"
138
138
ORT_CONFIG_RESOLUTIONS_FILE : " ${ORT_CONFIG_DIR}/resolutions.yml"
139
139
ORT_CONFIG_RULES_FILE : " ${ORT_CONFIG_DIR}/evaluator.rules.kts"
140
140
ORT_CONFIG_PACKAGE_CONFIGURATION_DIR : " ${ORT_CONFIG_DIR}/package-configurations"
Original file line number Diff line number Diff line change 11
11
ORT_RESULTS_INPUT_FILE=$ORT_RESULTS_SCANNER_FILE
12
12
fi
13
13
14
- if [[ -f " $ORT_CONFIG_LICENSE_CONFIGURATION_FILE " ]]; then
15
- ORT_EVALUATOR_OPTIONS=" --license-classifications-file $ORT_CONFIG_LICENSE_CONFIGURATION_FILE "
14
+ if [[ -f " $ORT_CONFIG_LICENSE_CLASSIFICATIONS_FILE " ]]; then
15
+ ORT_EVALUATOR_OPTIONS=" --license-classifications-file $ORT_CONFIG_LICENSE_CLASSIFICATIONS_FILE "
16
16
else
17
17
ORT_EVALUATOR_OPTIONS=" "
18
18
fi
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ if [[ -f "$ORT_HOW_TO_FIX_TEXT_PROVIDER_FILE" ]]; then
29
29
ORT_REPORTER_OPTIONS=" $ORT_REPORTER_OPTIONS --how-to-fix-text-provider-script $ORT_HOW_TO_FIX_TEXT_PROVIDER_FILE "
30
30
fi
31
31
32
- if [[ -f " $ORT_CONFIG_LICENSE_CONFIGURATION_FILE " ]]; then
33
- ORT_REPORTER_OPTIONS=" $ORT_REPORTER_OPTIONS --license-classifications-file $ORT_CONFIG_LICENSE_CONFIGURATION_FILE "
32
+ if [[ -f " $ORT_CONFIG_LICENSE_CLASSIFICATIONS_FILE " ]]; then
33
+ ORT_REPORTER_OPTIONS=" $ORT_REPORTER_OPTIONS --license-classifications-file $ORT_CONFIG_LICENSE_CLASSIFICATIONS_FILE "
34
34
fi
35
35
36
36
if [[ -d " $ORT_CONFIG_PACKAGE_CONFIGURATION_DIR " ]]; then
You can’t perform that action at this time.
0 commit comments