Skip to content

Commit f7bd46f

Browse files
Merge pull request #445 from cert-manager/renovate/tools
chore(deps): update tools
2 parents f1ff64a + e76aea0 commit f7bd46f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/tools/00_mod.mk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tools += ko=0.18.0
8989
tools += protoc=v32.1
9090
# https://github.com/aquasecurity/trivy/releases
9191
# renovate: datasource=github-releases packageName=aquasecurity/trivy
92-
tools += trivy=v0.67.0
92+
tools += trivy=v0.67.1
9393
# https://github.com/vmware-tanzu/carvel-ytt/releases
9494
# renovate: datasource=github-releases packageName=vmware-tanzu/carvel-ytt
9595
tools += ytt=v0.52.1
@@ -106,7 +106,7 @@ tools += istioctl=1.27.1
106106
tools += controller-gen=v0.19.0
107107
# https://pkg.go.dev/golang.org/x/tools/cmd/goimports?tab=versions
108108
# renovate: datasource=go packageName=golang.org/x/tools
109-
tools += goimports=v0.37.0
109+
tools += goimports=v0.38.0
110110
# https://pkg.go.dev/github.com/google/go-licenses/v2?tab=versions
111111
# renovate: datasource=go packageName=github.com/inteon/go-licenses/v2
112112
tools += go-licenses=v2.0.0-20250821024731-e4be79958780
@@ -597,10 +597,10 @@ $(DOWNLOAD_DIR)/tools/protoc@$(PROTOC_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWN
597597
chmod +x $(outfile); \
598598
rm -f $(outfile).zip
599599

600-
trivy_linux_amd64_SHA256SUM=5b10e9bba00a508b0f3bcb98e78f1039f7eee26b57c9266961a415642a9208ab
601-
trivy_linux_arm64_SHA256SUM=0f3ac33954dd918cad708bdf06731b4aa8cc14b12e879932b4ceef2f22640a9e
602-
trivy_darwin_amd64_SHA256SUM=ae8a13d8c3abf7f7e7981ac1a5f5ec094d68835f2aac67da102d4ba36e820c3c
603-
trivy_darwin_arm64_SHA256SUM=feea8727b501f654683774fe0f98a9c1a128c7d8bcd7c942a8e6f6d05b33bd4b
600+
trivy_linux_amd64_SHA256SUM=945c004188970dddb634db8bbac332b00f477858918a2026866367268a810678
601+
trivy_linux_arm64_SHA256SUM=dbc17ea23d75c9f93d3e781468cf0fd82d46e2e772353a4ff9da6d88919a1052
602+
trivy_darwin_amd64_SHA256SUM=36001046e4a52885b664b7a5f40da5f0e1883c07a72763dee57c7d5b9676d901
603+
trivy_darwin_arm64_SHA256SUM=81e24fd39ddecda180cc9abefaea184e0c22c331d7b683993a9bc89e67d07bb9
604604

605605
.PRECIOUS: $(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH)
606606
$(DOWNLOAD_DIR)/tools/trivy@$(TRIVY_VERSION)_$(HOST_OS)_$(HOST_ARCH): | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)