From 65cbfe8448c118cbb313dd6a83951f2ac89ab130 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:38:03 +0000 Subject: [PATCH] gosec 2.21.3 --- Formula/g/gosec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gosec.rb b/Formula/g/gosec.rb index ff7516440d10..34b166be83a2 100644 --- a/Formula/g/gosec.rb +++ b/Formula/g/gosec.rb @@ -1,8 +1,8 @@ class Gosec < Formula desc "Golang security checker" homepage "https://securego.io/" - url "https://github.com/securego/gosec/archive/refs/tags/v2.21.2.tar.gz" - sha256 "35a55699e6998555f778f604851da4d026bc279bf29956600a1e5bf5aca093a5" + url "https://github.com/securego/gosec/archive/refs/tags/v2.21.3.tar.gz" + sha256 "a055288d34dde54efcf6d3bdc1492d8384d661bf934b345d6db9cd8fc376472d" license "Apache-2.0" head "https://github.com/securego/gosec.git", branch: "master"