From f0d9d8891a55c7fcd8e36f3accb40b0842d19ac1 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Thu, 15 Jan 2026 16:01:03 +0200 Subject: [PATCH] Install the Kingfisher service image for secret detection --- .config/setup/41-download-container-images.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/setup/41-download-container-images.sh b/.config/setup/41-download-container-images.sh index df5f93f..07f44a6 100755 --- a/.config/setup/41-download-container-images.sh +++ b/.config/setup/41-download-container-images.sh @@ -8,6 +8,7 @@ IMAGES=( docker.io/ollama/ollama:latest docker.io/plantuml/plantuml-server:jetty ghcr.io/hadolint/hadolint:latest + ghcr.io/mongodb/kingfisher:latest lscr.io/linuxserver/transmission:latest # keep-sorted end )