Skip to content

Commit

Permalink
Merge pull request #161023 from Porkepix/bump-grype-0.74.3
Browse files Browse the repository at this point in the history
grype 0.74.3
  • Loading branch information
BrewTestBot authored Jan 26, 2024
2 parents a85a857 + 4e3db69 commit 30f2822
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.74.2.tar.gz"
sha256 "7951f7c4f270ca9a2c73c8c9b659bbc4e34712e4cd27628a053d86e75083e519"
url "https://github.com/anchore/grype/archive/refs/tags/v0.74.3.tar.gz"
sha256 "af1016bd298e289a1af5b1d152041a2fad68c3b4ada32ba3401339dcc237e13e"
license "Apache-2.0"
head "https://github.com/anchore/grype.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc5199e2f8b2dfb600b9914c679ef09e83583205aa7ac93be374b46e8355b46f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ed63a6a3926da318a4ed51c467dcd9d81b74026873d71ab722d30353234eb6a3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fb863b872797813ba4828820db985d8f48195dd6c88b1d83f4c3edf6f67973f1"
sha256 cellar: :any_skip_relocation, sonoma: "4150ff2e5fb84c62d95956d49a9b44067232878d1fb0c4ac9437850ad1614b81"
sha256 cellar: :any_skip_relocation, ventura: "bafacdfd36207012183078de90866d1c8fadb0693c9237b15245d7e3914fe57c"
sha256 cellar: :any_skip_relocation, monterey: "eaeb92666732b332069dacd706b8c82bb0a7ca6d65dcac2e1907ea37b0e74017"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d07a2105d1bbe08179e0609efd9d15a7c8345d0fde4112632c0caa69757a5cf"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "750028bf1625ac94aefa84ab3c45b96f626f54ce839327e665230eb655437eda"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1f7fd667aeaad1c99c1b3aee7a8c995e6bb1b1f6d8237ab1ab5c3aa76c1612c1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "44f31856085b93784ae37c2d63bf1255689e85245397f2967ee5f3ae19d0463f"
sha256 cellar: :any_skip_relocation, sonoma: "4a8af80919400a9014cc327b318d391b818f1d51e4ea8a2bbaba9681bd25bfce"
sha256 cellar: :any_skip_relocation, ventura: "c89f4cb42b0567df0c23d202820d49089ea15a87a3d15308706ca189389ff42e"
sha256 cellar: :any_skip_relocation, monterey: "cd394ab2da3318a3571329a166c72da5a1d4300d1199af852b0366ff08f68fff"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b60fa50876cf073bb9c17df799c2dc60303b4bcf565e00210111580ed998c1ce"
end

depends_on "go" => :build
Expand Down

0 comments on commit 30f2822

Please sign in to comment.