Skip to content

Commit

Permalink
Merge pull request #195095 from Homebrew/bump-grype-0.82.2
Browse files Browse the repository at this point in the history
grype 0.82.2
  • Loading branch information
BrewTestBot authored Oct 21, 2024
2 parents ea82ed0 + 174f85d commit 40c2a7f
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.82.1.tar.gz"
sha256 "e8ea8432145115412d8eac01aa23579037c5af20662ebfb04947ed74907a5bea"
url "https://github.com/anchore/grype/archive/refs/tags/v0.82.2.tar.gz"
sha256 "efbd5e5c5c0b97f71ffaf5a638c9aaec14739478a38a79d0ed469a7e6c5689fc"
license "Apache-2.0"
head "https://github.com/anchore/grype.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7cc64b159cb8a5fd06cd45566366e2f882653927eb6e2494f6732cf58a8de394"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "85341ccbc6b94165a8c6a5fe8a761852ae4039a39238a67c3a4c15bb6350ed7b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "91910a97df23a2f6b2d332c577531d1d4d22a13449cc0da9575e232ab499d8db"
sha256 cellar: :any_skip_relocation, sonoma: "3e09ea1fef7565202df11a1953c4b772f9b616bf17be148d26bb26e75d23600a"
sha256 cellar: :any_skip_relocation, ventura: "c03a1bc7c6f9e1d0c9f3d428a45976ef7e06715bbb4f322a36d4cbbabafd6557"
sha256 cellar: :any_skip_relocation, x86_64_linux: "62074ae6e846792dd3d106ef3e1070cad1d644e45ab583b0692bf526d9d6cb51"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f86692bf61a66fb5b0c39e92fc427549e6595b986d57a5be218a5b5d9c548ab3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb128154ab224a78917b011e6a7a3c74872fc129566d491a7b8c8b917f817912"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f9ec26ac85ae43436b2a8ce46a50d952c07cbb4b629e8db6693c7c3c8b2f3b29"
sha256 cellar: :any_skip_relocation, sonoma: "d90a9815093319d70a0eb0cf006d27ea03042675d88b3030415b50220993a88c"
sha256 cellar: :any_skip_relocation, ventura: "b2eacf6cfeb935e7f025b3e724523b80e318497cb89e7eb02b9074ee57482546"
sha256 cellar: :any_skip_relocation, x86_64_linux: "18b4df43324d0ad2a1d4a388b351e2af7066d0252bb724e0a1ed03682e325c5c"
end

depends_on "go" => :build
Expand Down

0 comments on commit 40c2a7f

Please sign in to comment.