Skip to content

Commit 11c9d6f

Browse files
committed
gitlab-ci: Use OSV as default Advisor provider
OSS Index comes with terms and conditions [1] with restrictions on its use whilst OSV does not. [1]: https://ossindex.sonatype.org/tos Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 622275b commit 11c9d6f

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
@@ -125,7 +125,7 @@ ort-scan:
125125
variables:
126126
ORT_CLI: "/opt/ort/bin/ort"
127127

128-
ORT_ADVISOR_PROVIDERS: "OssIndex"
128+
ORT_ADVISOR_PROVIDERS: "OSV"
129129

130130
ORT_CLI_CONFIG_FILE: "${CI_PROJECT_DIR}/ort.conf"
131131

0 commit comments

Comments
 (0)