From 59123cf0ee1ec100af40e155f20b44f0e2f06a0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:26:01 +0200 Subject: [PATCH] chore(deps): update dependency anchore/syft to v1.50.0 (#2076) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 656b2892..01dcfdb5 100644 --- a/Makefile +++ b/Makefile @@ -686,7 +686,7 @@ goreleaser: ## Download goreleaser locally if necessary. $(call go-install-tool,$(GORELEASER),github.com/$(GORELEASER_LOOKUP)/v2@v$(GORELEASER_VERSION)) SYFT := $(LOCALBIN)/syft -SYFT_VERSION := 1.49.0 +SYFT_VERSION := 1.50.0 SYFT_LOOKUP := anchore/syft syft: ## Download syft locally if necessary. test -s $(SYFT) && $(SYFT) --version | grep -q $(SYFT_VERSION) || \