Skip to content

Commit 4d2c1bc

Browse files
Update dependency securego/gosec to v2.24.7
1 parent c520032 commit 4d2c1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tools/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ clean-tools-bin:
3131

3232
# default tool versions
3333
# renovate: datasource=github-releases depName=securego/gosec
34-
GOSEC_VERSION ?= v2.22.11
34+
GOSEC_VERSION ?= v2.24.7
3535

3636
$(GOSEC): $(call tool_version_file,$(GOSEC),$(GOSEC_VERSION))
3737
@GOSEC_VERSION=$(GOSEC_VERSION) $(TOOLS_DIR)/install-gosec.sh

0 commit comments

Comments
 (0)