Skip to content

Commit

Permalink
Merge pull request #198501 from Homebrew/bump-grype-0.85.0
Browse files Browse the repository at this point in the history
grype 0.85.0
  • Loading branch information
BrewTestBot authored Nov 21, 2024
2 parents 52eb297 + 250e52e commit 6683614
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/g/grype.rb
Original file line number Diff line number Diff line change
@@ -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.84.0.tar.gz"
sha256 "d93b200053588e3b03b133bd36d8e39e80c053d31baa0c326b8bb90928667e27"
url "https://github.com/anchore/grype/archive/refs/tags/v0.85.0.tar.gz"
sha256 "b32d158629a16a03b4300e48369e0727cb664b3c3652477da3eafab5f1d32931"
license "Apache-2.0"
head "https://github.com/anchore/grype.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1deee0b237878d536af5cec89228c816359ffcb6938f5f7f9b9e5e9134a7795d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2fd27d74f427139a68f4ae6fefa9764bfd89c5b2b975bc7de303cb2ba41bd396"
sha256 cellar: :any_skip_relocation, arm64_ventura: "76e42a51d2b2e5b5b0422b543a967ac4b24072c78ec29dcb159c8bbda68f60ca"
sha256 cellar: :any_skip_relocation, sonoma: "f503f10149808489f08c6b1dd809073f36f7849d945d03dd6e63befcb66e3642"
sha256 cellar: :any_skip_relocation, ventura: "b4fad834e238caca983d388efa5fe87d1af64213d869146d2a24e0f1ad207ffc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "01877f475641ff986b42c5e29fdd2b814024bacb5cd93c719b52538851ab6ba6"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "725d4a093a1d21e48282c9005ea3589475b4557307c7b05e744eb6248d8f28dc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e7b194076a3e275ae470c84b672f12df7feafc7abf6d2b27a58e488da8cfcc69"
sha256 cellar: :any_skip_relocation, arm64_ventura: "07376330f471a578c1b150dfb4ad9595802ba01199e5cf53bafe2d1744bb21d8"
sha256 cellar: :any_skip_relocation, sonoma: "17e491458c38dc0a51d730b5ef54abaafd522d6c39d3b2079c63595d1b959c5d"
sha256 cellar: :any_skip_relocation, ventura: "43da4ed8d22e9951a57a05923643f4bb2d7db974a78c152540bbe92c2dd258e3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "891ee483a083705842c3587bf11c962e7361ac2cb17bc931c8b36cc15211b76b"
end

depends_on "go" => :build
Expand Down

0 comments on commit 6683614

Please sign in to comment.