From 1a3ce8b8590915ca23ee0d97926ab90aea563ae5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:59:12 +0000 Subject: [PATCH] chore: Update dependency securego/gosec to v2.22.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e44c7fb4..212c6d32 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ LDFLAGS += -X main.Version=$(VERSION) OS_ARCH := $(shell go env GOOS)_$(shell go env GOARCH) # renovate datasource=github-releases depName=securego/gosec -GOSEC_VERSION := v2.21.4 +GOSEC_VERSION := v2.22.1 # renovate datasource=github-releases depName=golangci/golangci-lint GOLANGCI_LINT_VERSION := v1.64.4 # renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck