Skip to content

Commit

Permalink
Merge pull request #174603 from Homebrew/bump-grype-0.79.0
Browse files Browse the repository at this point in the history
grype 0.79.0
  • Loading branch information
BrewTestBot authored Jun 15, 2024
2 parents cf97fdd + 87bbce0 commit 2da68f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/grype.rb
Original file line number Diff line number Diff line change
@@ -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.78.0.tar.gz"
sha256 "64da7755b8f4169003a66badcb8f9432138d1ff59f805b131d9ac5a44391dbd4"
url "https://github.com/anchore/grype/archive/refs/tags/v0.79.0.tar.gz"
sha256 "9e08267666f693b65fe793f83c3af8adf94d40a53b75538f72e32c5b3d456443"
license "Apache-2.0"
head "https://github.com/anchore/grype.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e55b9598cea46aad46b5cd258937abf017b21d3a41834f8eeac2da2a1fbad5a0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3a646d0103a622126d0b70d3a2186f337b662567738be35dca2183ba5a04934d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "94e13a23055c94d39175f02420f6fdeae1f6ddb1064267f5b66acba5f1f82cac"
sha256 cellar: :any_skip_relocation, sonoma: "10a17f12843c7d2aac08717903e5b6d65019662ea5cb3b95c75731b169fe1135"
sha256 cellar: :any_skip_relocation, ventura: "3ca56d6ffbe6490bda665cdd74c22e64b1ca2918a1026e369f52fc944dc37189"
sha256 cellar: :any_skip_relocation, monterey: "52083880544e76e12897a21397a39bb24e674afc67316185f7cd908fc9449eb8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e12ad9dd0a1ea6254c3af88ae3d0a2f37cde34d88e8c74ae6bbab0b88d51e81"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d889a2d2dd913a78a9332313e31c6e5c737a17ead191dda87b21a967330f1e2f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6be281fb15b1df710176eeebd03de229d06762a24eb5e74693d601cc9d86b00b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2b98d1d7f6c1c5a6dd81280ae22d52f1af385f3a658bda04c996bf5d0a85195d"
sha256 cellar: :any_skip_relocation, sonoma: "7adccbfa7fd5a39feca8863d7de79f7293708f1b342d8edb96d8ebf1c09744e7"
sha256 cellar: :any_skip_relocation, ventura: "d293f2febd2cfba28c1332fd919f5d914613dfd6e2faac80ae740c7c3d8cfab3"
sha256 cellar: :any_skip_relocation, monterey: "63410f5f867de8f502c1d56f8adac7741ddb4a8fb3a9802df97736919e60364a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e8f0b7b060fcf607b382c2b08d708a1c819cfd05ba6a2708c3449c94f93fa882"
end

depends_on "go" => :build
Expand Down

0 comments on commit 2da68f2

Please sign in to comment.