From 1e4943bde299035d78a7f6da05c7c80663a47d34 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 14 Jun 2024 21:31:08 +0000 Subject: [PATCH 1/2] grype 0.79.0 --- 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 f723d9d68e577..1246b51b65394 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.78.0.tar.gz" - sha256 "64da7755b8f4169003a66badcb8f9432138d1ff59f805b131d9ac5a44391dbd4" + url "https://github.com/anchore/grype/archive/refs/tags/v0.79.0.tar.gz" + sha256 "9e08267666f693b65fe793f83c3af8adf94d40a53b75538f72e32c5b3d456443" license "Apache-2.0" head "https://github.com/anchore/grype.git", branch: "main" From 87bbce0073d5fdcd6f0bbe9e1d24c657d3398bab Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 15 Jun 2024 01:46:19 +0000 Subject: [PATCH 2/2] grype: update 0.79.0 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 1246b51b65394..f4cd934f8d777 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: "e55b9598cea46aad46b5cd258937abf017b21d3a41834f8eeac2da2a1fbad5a0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3a646d0103a622126d0b70d3a2186f337b662567738be35dca2183ba5a04934d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "94e13a23055c94d39175f02420f6fdeae1f6ddb1064267f5b66acba5f1f82cac" - sha256 cellar: :any_skip_relocation, sonoma: "10a17f12843c7d2aac08717903e5b6d65019662ea5cb3b95c75731b169fe1135" - sha256 cellar: :any_skip_relocation, ventura: "3ca56d6ffbe6490bda665cdd74c22e64b1ca2918a1026e369f52fc944dc37189" - sha256 cellar: :any_skip_relocation, monterey: "52083880544e76e12897a21397a39bb24e674afc67316185f7cd908fc9449eb8" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e12ad9dd0a1ea6254c3af88ae3d0a2f37cde34d88e8c74ae6bbab0b88d51e81" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d889a2d2dd913a78a9332313e31c6e5c737a17ead191dda87b21a967330f1e2f" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6be281fb15b1df710176eeebd03de229d06762a24eb5e74693d601cc9d86b00b" + sha256 cellar: :any_skip_relocation, arm64_monterey: "2b98d1d7f6c1c5a6dd81280ae22d52f1af385f3a658bda04c996bf5d0a85195d" + sha256 cellar: :any_skip_relocation, sonoma: "7adccbfa7fd5a39feca8863d7de79f7293708f1b342d8edb96d8ebf1c09744e7" + sha256 cellar: :any_skip_relocation, ventura: "d293f2febd2cfba28c1332fd919f5d914613dfd6e2faac80ae740c7c3d8cfab3" + sha256 cellar: :any_skip_relocation, monterey: "63410f5f867de8f502c1d56f8adac7741ddb4a8fb3a9802df97736919e60364a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e8f0b7b060fcf607b382c2b08d708a1c819cfd05ba6a2708c3449c94f93fa882" end depends_on "go" => :build