Skip to content

Commit 720cf56

Browse files
committed
chore(ort-scan): Use ORT's new official (extended) docker image
Use recently published official ORT docker image instead of the intermediate ORT container published by Alliander's OSPO. Signed-off-by: Frank Viernau <[email protected]>
1 parent 2c91532 commit 720cf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ort-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
- cache/ivy2/cache
3333
- cache/sbt
3434
variables:
35-
ORT_DOCKER_IMAGE: "ghcr.io/alliander-opensource/ort-container:latest"
35+
ORT_DOCKER_IMAGE: "ghcr.io/oss-review-toolkit/ort-extended:latest"
3636
ORT_RESULTS_PATH: "${CI_PROJECT_DIR}/ort-results"
3737

3838
# GitLab will not cache things (see https://gitlab.com/gitlab-org/gitlab/-/issues/14151) outside the build's working

0 commit comments

Comments
 (0)