From cca77209d58c5bb53afa14a7673c272bdacc06c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 15:39:45 +0000 Subject: [PATCH] chore(deps): update dependency anchore/syft to v1.5.0 --- syft/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syft/Dockerfile b/syft/Dockerfile index 0133b9b..538e65c 100644 --- a/syft/Dockerfile +++ b/syft/Dockerfile @@ -1,5 +1,5 @@ FROM registry.access.redhat.com/ubi8:8.8-1032 -ARG syft_version="1.2.0" +ARG syft_version="1.5.0" RUN dnf install -y https://github.com/anchore/syft/releases/download/v"${syft_version}"/syft_"${syft_version}"_linux_amd64.rpm && dnf clean all