From 6874391da8c0a1f85ecb45e7b71fe87196792a15 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:15:45 +0000 Subject: [PATCH] deps: update dependency anchore/syft to v1.18.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b575de879..4989db459 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.5.0" +LABEL version="1.18.0" # TODO: document the need to bump this on every re-release of the same version LABEL release="1" LABEL name="syft"