From a95b838c424181608c6e736e74f43943fce94cbe Mon Sep 17 00:00:00 2001 From: Andrzej Janczak Date: Fri, 21 Aug 2026 16:38:22 +0200 Subject: [PATCH] feature: default docker scout to 1.19.0 in the sbt job 0.13.1 cannot re-read the blobs it writes to /tmp/docker-scout on the Docker engine in ubuntu-2004:2024.08.1, so the scan fails after a successful build. The image moved at 12.1.4; the scout default never moved. --- src/jobs/sbt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jobs/sbt.yml b/src/jobs/sbt.yml index 9b905f4..8d86d7e 100644 --- a/src/jobs/sbt.yml +++ b/src/jobs/sbt.yml @@ -68,7 +68,8 @@ parameters: docker_scout_version: description: "Version of the docker scout plugin to use" type: string - default: "0.13.1" + # 0.13.1 cannot re-read its own /tmp/docker-scout cache on the 2024.08 machine image + default: "1.19.0" save_cache: description: "Whether to save the cache or not at the end of the job" type: boolean