From 8e72fb24159c9c1f0a3ae5e11e5e2dcc57bdbcec Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Tue, 12 Mar 2024 09:59:10 +0100 Subject: [PATCH] renovate: fix Syft image name All tasks now use the Syft image from registry.redhat.io. Signed-off-by: Adam Cmiel --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index d4a0c2c63c..822fa6338a 100644 --- a/renovate.json +++ b/renovate.json @@ -16,10 +16,10 @@ "quay.io/redhat-appstudio/appstudio-utils", "quay.io/redhat-appstudio/e2e-tests", "quay.io/redhat-appstudio/buildah", - "quay.io/redhat-appstudio/syft", "quay.io/redhat-appstudio/hacbs-jvm-build-request-processor", "quay.io/redhat-appstudio/cosign", - "quay.io/redhat-appstudio/cachi2" + "quay.io/redhat-appstudio/cachi2", + "registry.redhat.io/rh-syft-tech-preview/syft-rhel9" ], "groupName": "build", "reviewers": ["mmorhun", "tkdchen", "psturc", "brunoapimentel"]