From fec4977eb2a8d11628b810b3637162923701be6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:59:27 +0000 Subject: [PATCH] deps: update dependency anchore/syft to v1.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47e8ac66..abb68465 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.9.0" # TODO: document the need to bump this on every re-release of the same version LABEL release="1" LABEL name="syft"