From a10453c8d16ff31ce1523528bdb69daf8d4e2291 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:06:58 +0000 Subject: [PATCH] deps: update dependency anchore/syft to v1.45.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e051003c..f1c934c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ LABEL org.opencontainers.image.licenses="Apache-2.0" # required per https://github.com/release-engineering/rhtap-ec-policy/blob/main/data/rule_data.yml # TODO: set up in Bugzilla LABEL com.redhat.component="syft" -LABEL version="1.29.0" +LABEL version="1.45.1" # TODO: document the need to bump this on every re-release of the same version LABEL release="1" LABEL name="rh-syft-tech-preview/syft-rhel9"