We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6f623 commit 182f24fCopy full SHA for 182f24f
hack/tools/tools.mk
@@ -31,7 +31,7 @@ clean-tools-bin:
31
32
# default tool versions
33
# renovate: datasource=github-releases depName=securego/gosec
34
-GOSEC_VERSION ?= v2.24.7
+GOSEC_VERSION ?= v2.25.0
35
36
$(GOSEC): $(call tool_version_file,$(GOSEC),$(GOSEC_VERSION))
37
@GOSEC_VERSION=$(GOSEC_VERSION) $(TOOLS_DIR)/install-gosec.sh
0 commit comments