Skip to content

Commit 7f23c1f

Browse files
committed
chore(ort-scan): Use renamed ORT Docker image
The 'ort-extended' Docker image was renamed to just 'ort' in [1]. [1]: oss-review-toolkit/ort@cd323ab Signed-off-by: Thomas Steenbergen <[email protected]>
1 parent 723389b commit 7f23c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ inputs:
106106
API token for HTTP file server used for caching scan-results and storing file archives.
107107
required: false
108108
image:
109-
default: 'ghcr.io/oss-review-toolkit/ort-extended:latest'
109+
default: 'ghcr.io/oss-review-toolkit/ort:latest'
110110
description: |
111111
URL for ORT Docker image to use.
112112
required: false

0 commit comments

Comments
 (0)