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 1/2] 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" From b857fba38d22fac3a83b54beae95bfed20a8df7a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:04:23 +0000 Subject: [PATCH 2/2] gosec: update 2.21.3 bottle. --- Formula/g/gosec.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/g/gosec.rb b/Formula/g/gosec.rb index 34b166be83a2..061435deee4d 100644 --- a/Formula/g/gosec.rb +++ b/Formula/g/gosec.rb @@ -7,14 +7,12 @@ class Gosec < Formula head "https://github.com/securego/gosec.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e7f99a0844c401bc5fcbd3ddbb390f54fcf2dd81111fed00f89ab2e9ced371f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e7f99a0844c401bc5fcbd3ddbb390f54fcf2dd81111fed00f89ab2e9ced371f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6e7f99a0844c401bc5fcbd3ddbb390f54fcf2dd81111fed00f89ab2e9ced371f" - sha256 cellar: :any_skip_relocation, arm64_monterey: "6e7f99a0844c401bc5fcbd3ddbb390f54fcf2dd81111fed00f89ab2e9ced371f" - sha256 cellar: :any_skip_relocation, sonoma: "c1e70fe291046b67d088d0cac631d248d406557558a0da366eef841760ade47d" - sha256 cellar: :any_skip_relocation, ventura: "c1e70fe291046b67d088d0cac631d248d406557558a0da366eef841760ade47d" - sha256 cellar: :any_skip_relocation, monterey: "c1e70fe291046b67d088d0cac631d248d406557558a0da366eef841760ade47d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "89eb114ea6ad193953ac7cb24217527b7cced9883765c443ff4594beafd12a2b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "6149e9fa5db0b21d3620217c0a350ebc1579569e1f474eeb4a37bf652da0bdd2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6149e9fa5db0b21d3620217c0a350ebc1579569e1f474eeb4a37bf652da0bdd2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6149e9fa5db0b21d3620217c0a350ebc1579569e1f474eeb4a37bf652da0bdd2" + sha256 cellar: :any_skip_relocation, sonoma: "12584b86db4e00885a8a3b88a34bb18e37b3828d5efa93784165fd750b9c0c6d" + sha256 cellar: :any_skip_relocation, ventura: "12584b86db4e00885a8a3b88a34bb18e37b3828d5efa93784165fd750b9c0c6d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "16c5dd2be89f15e85064e0a20e108f4a76fd6adfaa8b950c694fa956b901fe80" end depends_on "go"