From 5d99d8d5f0823b49814dae94f520dfd7f5966616 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:02:10 +0200 Subject: [PATCH] chore(deps): update dependency anchore/syft to v1.49.0 (#2063) 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 44534de5..8add0e8d 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.46.0 +SYFT_VERSION := 1.49.0 SYFT_LOOKUP := anchore/syft syft: ## Download syft locally if necessary. test -s $(SYFT) && $(SYFT) --version | grep -q $(SYFT_VERSION) || \