We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc4611 commit 855beccCopy full SHA for 855becc
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.22.11
+GOSEC_VERSION ?= v2.24.7
35
36
$(GOSEC): $(call tool_version_file,$(GOSEC),$(GOSEC_VERSION))
37
@GOSEC_VERSION=$(GOSEC_VERSION) $(TOOLS_DIR)/install-gosec.sh
0 commit comments