diff --git a/Formula/g/grype.rb b/Formula/g/grype.rb index e1ce8550872d..0b1cddbe45ed 100644 --- a/Formula/g/grype.rb +++ b/Formula/g/grype.rb @@ -1,18 +1,18 @@ 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.106.0.tar.gz" - sha256 "39da33b07886a5396681340c45fed80fbc67c3cc45048cdbf0f567f57e937c0f" + url "https://github.com/anchore/grype/archive/refs/tags/v0.107.0.tar.gz" + sha256 "e87c63ab39ebd4b98bbbbfc70ade328747383cc1cc410b9d29edb94b46762c1e" license "Apache-2.0" head "https://github.com/anchore/grype.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "9b4e267cb73aed3e63c6a0fae4f6d48684ecd126209c1698100de1bb91d019bf" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "7bb38de268623fa8d2c1c0cd5d3ea54e5949a00f7a3aea23830afbd16df1de4f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "edb997853ee8797e68423fd5b1176ff930eb7cc5726fa02a65b39337e5d4259d" - sha256 cellar: :any_skip_relocation, sonoma: "7b229d8059e45bfe21942cf161a7a811becdb67c2632b34c726c8e008df634d2" - sha256 cellar: :any_skip_relocation, arm64_linux: "c8bf1235942b03a1258ac169f87dbe4daa644ee31b8dfc539d8cf57ef15f12ae" - sha256 cellar: :any_skip_relocation, x86_64_linux: "965a16437781e800efe67e45f283bd6b6cb1c0c90c79571b7e1fba75e7e2a0ad" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "f58f6d5733060dfe8cea6386e90e48b72b7e9d0828e66e41de0d0288b9875202" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "451bbdb81f5a3a92bf56c8e820afccb7da1274e0ba4c17fca6536bb3fd1c98e3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f151e38103635dac6c9dbfde63258dfd9908dd67747fee58ef685bf281fe2e90" + sha256 cellar: :any_skip_relocation, sonoma: "4ea6b30375813c131128232b2525dccbc5cbb747954d15d25e2644a8e4477c92" + sha256 cellar: :any_skip_relocation, arm64_linux: "89f10ce08111e8cebc43ce73d2b79cf7aae60eb93b75436aafd5487b6dde8e72" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7f3798a609b8da99062434cbbec500d30042f315a235e694fb5e3046945d0157" end depends_on "go" => :build