From a2d314d15f2ee962dcb662ce3027fb7506f66bc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 12:17:15 +0200 Subject: [PATCH] chore(deps): update dependency anchore/syft to v1.46.0 (#2018) 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 04bcc324..6b5f1829 100644 --- a/Makefile +++ b/Makefile @@ -683,7 +683,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.45.1 +SYFT_VERSION := 1.46.0 SYFT_LOOKUP := anchore/syft syft: ## Download syft locally if necessary. test -s $(SYFT) && $(SYFT) --version | grep -q $(SYFT_VERSION) || \