diff --git a/Formula/g/grype.rb b/Formula/g/grype.rb index 5096e845301c..efc69415db23 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.103.0.tar.gz" - sha256 "27535c95a184f5546cacba8c550d60dc3099f3c286c7c08f1b58d81319dbf0a2" + url "https://github.com/anchore/grype/archive/refs/tags/v0.104.0.tar.gz" + sha256 "0bd68371aecca6bbeae40cde10c1d923f64144697569c378576dd48bc3dd002c" license "Apache-2.0" head "https://github.com/anchore/grype.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "b9f3754b5468c42de21971f0d08b2fa7ca2186335784ad18f8332714142f61d5" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f91e2a97c1a7c1c40236a00564d5b657ec5117e6c3f60e7c4315ca891870c9ac" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5949be20b0e06e23aca1bbff183f251c4dffac25cfbea8a46e2c8c2ff4ec24f4" - sha256 cellar: :any_skip_relocation, sonoma: "f6a04d453ca1a8ac165b18a627fdf13b5f37735c0112e3fcadbfc627f35b3444" - sha256 cellar: :any_skip_relocation, arm64_linux: "a1aec783e0fdab9405cb2f12477c592ef9ab554294ee0c470cbb5c220274e0f2" - sha256 cellar: :any_skip_relocation, x86_64_linux: "65b76287dbdddfd1db75fa93d64ff147bbbd73a3d43e8cfdb81733da6992c009" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "40a4de643f2ee36b4ec2e02424a8337b07403e110bc7256f0b22707e90f6e307" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "c0974a41e8ec8b714fe51ec47a6d03f8489beca77ea897400619482815414684" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c914aeecda38645ac64f3f05eaf3ca35e39e0920adbefda7dc9ed856de6e155" + sha256 cellar: :any_skip_relocation, sonoma: "be4815eb920e37a901a683b4a406002aad98fde84d811b8a4557a59c3f935731" + sha256 cellar: :any_skip_relocation, arm64_linux: "c36f0dcb2b0a4f1f58e95c86ec9fc5cb1ba97bf8d4bce2da67f3697dc9b4c3da" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fd88cce04f60b790c1cc4c8531acdfc8c357b629a03a2f6c9acbbfa156da96ae" end depends_on "go" => :build