diff --git a/Formula/g/grype.rb b/Formula/g/grype.rb index 1543693573d0..18c75cab2a3f 100644 --- a/Formula/g/grype.rb +++ b/Formula/g/grype.rb @@ -1,19 +1,19 @@ 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.73.5.tar.gz" - sha256 "3161118a835d849388a4024f76423adcc1ad8c491713dc83327d36ff9ce2e34b" + url "https://github.com/anchore/grype/archive/refs/tags/v0.74.0.tar.gz" + sha256 "59469066e2dedc3d0fcc07feaabdfca752c87ff6d14aae653969991e9990e392" license "Apache-2.0" head "https://github.com/anchore/grype.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2ece4c34611f2b214f48072d4c0e828820ae11b89d2eab4078935a3e354245ea" - sha256 cellar: :any_skip_relocation, arm64_ventura: "46ad114397a92e9700636180c519a12d6f5b93e1cd958a2193ecb490d7d38c02" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9f260c3415074a8d5428df59c80c8084d4ebbc8f79192c7d092906dcaf25fb7a" - sha256 cellar: :any_skip_relocation, sonoma: "70f4bac61577508b0a35de2a3a178dcd6c50290d2049fa938019aaddd958e892" - sha256 cellar: :any_skip_relocation, ventura: "456bbb6b48b3bff52c724c86b25e9148adbc9d02d943d14d41e9b9957ee5e0e0" - sha256 cellar: :any_skip_relocation, monterey: "e8c2ef6ea8b5a696b8c3e8782ba83366a1e089a7311bbc6b99b0e3315632e4b6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f96713be675d9c7bdfa43ed023f5e1ee6e03f88c91b35d6f8a85792672727508" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e8b784cf6ce4699ecd590870e72276e5a2fedb4b029cc0eb73f09482dc0af89" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6d04d0528808c094d79c76cddf35daa5fd0c8cf75bbfdea073e7d32bbbec860e" + sha256 cellar: :any_skip_relocation, arm64_monterey: "5e0904e92d384277812ff64642b5f46a060ec7c682e256f1cd3f45a3a476aaae" + sha256 cellar: :any_skip_relocation, sonoma: "baffb4296305556b8c83bf8301d2a77c9b679a364f786a2beefb6e62704340ff" + sha256 cellar: :any_skip_relocation, ventura: "e53d8c699d55cd7057139f3a6d25a10d3742e99c4f6b9cc6c825c19413440220" + sha256 cellar: :any_skip_relocation, monterey: "b2732e2e8fc0eacda54a410e4dc8831f5c137e3694361f6397c0106af4896e01" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b3ae61840bd03ca90a117290371d19a6a043c760aa4b2fb92d83dd0b502cacf7" end depends_on "go" => :build