diff --git a/Formula/grype.rb b/Formula/grype.rb index 153918a3da5ea..5c6fc1db9b713 100644 --- a/Formula/grype.rb +++ b/Formula/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.63.0.tar.gz" - sha256 "a55aa18498a2b67f7bdcfb0fac0746a351ceb8a2e9da0842ab1a68a07f0ffa65" + url "https://github.com/anchore/grype/archive/refs/tags/v0.63.1.tar.gz" + sha256 "c0cae06f51a00a9ada57dd3ddd8de052893e42620d8cee49c8874630d5d89817" license "Apache-2.0" head "https://github.com/anchore/grype.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "88d28a207d7e8121b8a043370a357507bb8b17e8010bd79fe6604d61b2c9282a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "2f0625739a2e407cd3575dd3f8ee5a544c05985ded1b467396cb7bced82d4df1" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "981fbc592fcb77a0454ad7fec445312ef1ddbcb24e98fed16f81ded0134fada2" - sha256 cellar: :any_skip_relocation, ventura: "251ff09fffd0ae00f9762af8e2dff082a5994462ee86aa74f19b901d3907c0d2" - sha256 cellar: :any_skip_relocation, monterey: "a0a8ca0b0b09af43c08de174cae24ffef6b47df49df8b03d66c01bdd52117489" - sha256 cellar: :any_skip_relocation, big_sur: "7964a26f9621b8b07192014cda26373fe66d9982ce5390ebac769e556683cc9f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f9261c5c117e70a5bfbda9f2f956711b61a8873a906c0479a16ea4f09d8238d9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "20b9148f4c4f748d9f5839e3bd35e65d6e562f9debb0abb775e6c473b91ecf03" + sha256 cellar: :any_skip_relocation, arm64_monterey: "550f321670d1e2f6045754c583dfa7b2a0ac85de604be6c2444db76fb34da2e5" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "d209d819a5b8d7c40260205d4207e4e96e876a97f8140d05d50fe6f5e7e3f903" + sha256 cellar: :any_skip_relocation, ventura: "c2534e058f3378655238819693a6752385ad0db7fad21c0d9417e9f9091d5741" + sha256 cellar: :any_skip_relocation, monterey: "a27422d02af1ac8184a62dce842c809a32d68d814446a821b7949ca0e9c29531" + sha256 cellar: :any_skip_relocation, big_sur: "7dfdb35a780a1eb118b694559ef5eb07c7bc3a875f3cc43229794550b85f88dd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eb79e850a1daa23838e0e575ca4e1b5e05399c5bed4f527501fef6d3422ce346" end depends_on "go" => :build