From e73b0a232cd5af7b139cf3287cb870dace184621 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:51:01 +0000 Subject: [PATCH 1/2] grype 0.74.6 --- Formula/g/grype.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/grype.rb b/Formula/g/grype.rb index 754464ac5118f..44598fe9ba2b3 100644 --- a/Formula/g/grype.rb +++ b/Formula/g/grype.rb @@ -1,8 +1,8 @@ class Grype < Formula desc "Vulnerability scanner for container images and filesystems" homepage "https://github.com/anchore/grype" - url "https://github.com/anchore/grype/archive/refs/tags/v0.74.5.tar.gz" - sha256 "ec87f5de0e4b2e0c4c967619a658078285d995dd8d1c1ab02e51e3ca6ee06cdf" + url "https://github.com/anchore/grype/archive/refs/tags/v0.74.6.tar.gz" + sha256 "2055c1cef61ac123a36f9d0348ee7b810b099edb84ea1e1a3230580a7eaeb5d9" license "Apache-2.0" head "https://github.com/anchore/grype.git", branch: "main" From 9833a7c57e214475107edd5e2b5934ca31d56589 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 15 Feb 2024 02:28:50 +0000 Subject: [PATCH 2/2] grype: update 0.74.6 bottle. --- Formula/g/grype.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/grype.rb b/Formula/g/grype.rb index 44598fe9ba2b3..1da28073f6511 100644 --- a/Formula/g/grype.rb +++ b/Formula/g/grype.rb @@ -7,13 +7,13 @@ class Grype < Formula head "https://github.com/anchore/grype.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c828b5867d40c815c0aab9f5e3ff8a3d43693f1ad1f0e8aceb5486b29a63e90" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9d3cae34a8fbbb2fbaa4110aa2925e3867d252dfb10994f24cc99fa2635edb51" - sha256 cellar: :any_skip_relocation, arm64_monterey: "d9387b2b3c344044b1088167b4319a4ba67ce4b4d29254acde7a1ecee7e3fd15" - sha256 cellar: :any_skip_relocation, sonoma: "ba343573b92dea29ec2177adbc4b3e7fc3e0a8e4f94819de0541f386db4e677f" - sha256 cellar: :any_skip_relocation, ventura: "7a0a527a9f5b109e7a1f9d1a76f13695edb527b46f6b0d7f0b01de661d8ec14f" - sha256 cellar: :any_skip_relocation, monterey: "a7ea20346743771d9dacf51172a1cf1bee3a7e2dd62c65396efabefd55870c97" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6f403cff2591819861c4ec8289984fb3ddbeded988eb7e2ef29abeb7eb2f278d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccf2b4b7e520a5af4f6a504bcffcd6ee4ab68ab6a40045db5638cdcf0d1f30c2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bf1ddad6ef10472e1ef1270838133fa677cdecea449558ecd29ee5c5941b9e13" + sha256 cellar: :any_skip_relocation, arm64_monterey: "da7c06e886443f99fbd7df0c8059724e74bdd370df5c81201be310f5076421cb" + sha256 cellar: :any_skip_relocation, sonoma: "0b865e31ebdc1976eb6c0acd2bf45681b36cfc8c3c0bdabc3347b5c7f63bad16" + sha256 cellar: :any_skip_relocation, ventura: "1df00140afbeac5e44575c189e5768ff0f3ac8b070543a6a4f56e58dff767c2f" + sha256 cellar: :any_skip_relocation, monterey: "6e68e159d8a4e1c8d8b8f8f16d8ec0b4d6958d349afbf1cbc595aef20fda2c91" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e68d0f637f0d37d26f34bbc8ec13c3445872d183ea6a2cc619808a054afd8a71" end depends_on "go" => :build