Skip to content

Commit

Permalink
Merge pull request #191732 from Homebrew/bump-grype-0.80.2
Browse files Browse the repository at this point in the history
grype 0.80.2
  • Loading branch information
BrewTestBot authored Sep 24, 2024
2 parents a9b5012 + 92d10d8 commit 9f4118b
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/g/grype.rb
Original file line number Diff line number Diff line change
@@ -1,20 +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.80.1.tar.gz"
sha256 "307c2cbe3e70eac55475196b2d52bd60642693fe654544545f7944db3026a7cd"
url "https://github.com/anchore/grype/archive/refs/tags/v0.80.2.tar.gz"
sha256 "ebc6562a6e3f0468ce3a6f701d850a1ac363f4136409c80055abaee04cf4694c"
license "Apache-2.0"
head "https://github.com/anchore/grype.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b79136f6048d0039c11a12b350a0f57e06c32f0c3b13d78626538b20de3c3c93"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "41356d0a33ff27f751322fe0836fce84d077417c32ac2bfab2f2e3b2f43d64ec"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b811f2a111f2b3bd87daa2f7426c94921a8f6f7b8ab7559d35a60894b3ac7aca"
sha256 cellar: :any_skip_relocation, arm64_monterey: "1b467b298be74de422be3c5c7151744ffa963844f09792e67b942853db062aab"
sha256 cellar: :any_skip_relocation, sonoma: "84a4d74a463c6e69afe1c5077fc53bcabec1ee711eac8048a286bfe2d01cdb4c"
sha256 cellar: :any_skip_relocation, ventura: "0ad5769ef536022a8504002844ea03e1809bc185a370b22bc6b6c15854c6a26a"
sha256 cellar: :any_skip_relocation, monterey: "f309273f226418b167308c96482470d5ab888b24a2286bcc830d1c235aa6055e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "118bca4847eaac76bd41cb808224606998e8ca69692cb9d9e3e009c32526bbad"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6eb9c78895b715aa7bc943a8e676254313291c40f13bd38fc71c22c0325d9975"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "711de3e2a7cfb34db8cd60328c5bdfd4325570697905080d1ca3f159253bc989"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c5a99bacd776133d4028c159c600cd3b5d8faf1ac6bfb37eff91d70085335cdb"
sha256 cellar: :any_skip_relocation, sonoma: "29ddfec33481331e30658e6a1184ffa90bb571c9c2b0d2a8c82efdea0715b3ae"
sha256 cellar: :any_skip_relocation, ventura: "d3a617dca30e5e5fb16d24ddab454987c3b3a9d215c903fdc84899874f61332f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0b25c6d3ed6523ea7444dcea02404fbb1d6b2a07c778731644a314f2f986b94"
end

depends_on "go" => :build
Expand Down

0 comments on commit 9f4118b

Please sign in to comment.