Skip to content

Commit 065a683

Browse files
committed
gitlab-ci: Turn off ORT Advisor by default
As not all users might agree to the terms and conditions of OSS Index [1] which is ORT for GitLab's default provider for security advisories. [1]: https://ossindex.sonatype.org/tos Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 66d69b1 commit 065a683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ ort-scan:
202202
- export FAIL_ON_OUTDATED_NOTICE_FILE=${FAIL_ON_OUTDATED_NOTICE_FILE:-"false"}
203203
- export ORT_CONFIG_REVISION=${ORT_CONFIG_REVISION:-"main"}
204204
- export ORT_CONFIG_REPO_URL=${ORT_CONFIG_REPO_URL:-"https://github.com/oss-review-toolkit/ort-config.git"}
205-
- export ORT_DISABLE_ADVISOR=${ORT_DISABLE_ADVISOR:-"false"}
205+
- export ORT_DISABLE_ADVISOR=${ORT_DISABLE_ADVISOR:-"true"}
206206
- export ORT_DISABLE_EVALUATOR=${ORT_DISABLE_EVALUATOR:-"false"}
207207
- export ORT_DISABLE_SCANNER=${ORT_DISABLE_SCANNER:-"true"}
208208
- export ORT_LOG_LEVEL=${ORT_LOG_LEVEL:-"performance"}

0 commit comments

Comments
 (0)