Skip to content

Commit 20f8eaf

Browse files
committed
gitlab-ci: Turn on ORT Advisor by default
Reverts [1] as default Advisor is now OSV which does not require user to accept any terms and conditions. [1]: 065a683 Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 11c9d6f commit 20f8eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/set-defaults.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export DISABLE_SHALLOW_CLONE=${DISABLE_SHALLOW_CLONE:-"false"}
66
export FAIL_ON_OUTDATED_NOTICE_FILE=${FAIL_ON_OUTDATED_NOTICE_FILE:-"false"}
77
export ORT_CONFIG_REVISION=${ORT_CONFIG_REVISION:-"main"}
88
export ORT_CONFIG_REPO_URL=${ORT_CONFIG_REPO_URL:-"https://github.com/oss-review-toolkit/ort-config.git"}
9-
export ORT_DISABLE_ADVISOR=${ORT_DISABLE_ADVISOR:-"true"}
9+
export ORT_DISABLE_ADVISOR=${ORT_DISABLE_ADVISOR:-"false"}
1010
export ORT_DISABLE_EVALUATOR=${ORT_DISABLE_EVALUATOR:-"false"}
1111
export ORT_DISABLE_SCANNER=${ORT_DISABLE_SCANNER:-"true"}
1212
export ORT_LOG_LEVEL=${ORT_LOG_LEVEL:-"info"}
@@ -26,4 +26,4 @@ echo "export ORT_ALLOW_DYNAMIC_VERSIONS='$ORT_ALLOW_DYNAMIC_VERSIONS'" >> vars.e
2626
echo "export ORT_CONFIG_REPO_URL='$ORT_CONFIG_REPO_URL'" >> vars.env
2727
echo "export ORT_DISABLE_ADVISOR='$ORT_DISABLE_ADVISOR'" >> vars.env
2828
echo "export ORT_DISABLE_EVALUATOR='$ORT_DISABLE_EVALUATOR'" >> vars.env
29-
echo "export ORT_DISABLE_SCANNER='$ORT_DISABLE_SCANNER'" >> vars.env
29+
echo "export ORT_DISABLE_SCANNER='$ORT_DISABLE_SCANNER'" >> vars.env

0 commit comments

Comments
 (0)