From e2883fc97c363dc1f3dbe7a11405a971975c54b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:00:08 +0000 Subject: [PATCH] deps: update dependency anchore/syft to v1.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a43a4ea7..3aed4ec9 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.4.1" +LABEL version="1.5.0" # TODO: document the need to bump this on every re-release of the same version LABEL release="1" LABEL name="syft"