Skip to content

Commit

Permalink
Merge pull request #180963 from Homebrew/bump-grype-0.79.6
Browse files Browse the repository at this point in the history
grype 0.79.6
  • Loading branch information
BrewTestBot authored Aug 12, 2024
2 parents ecd4236 + a63ea92 commit e538323
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.79.5.tar.gz"
sha256 "faf56f137d4c3908e0a89dd483da2e399ee302a6f2bc5017935980bdafd402cd"
url "https://github.com/anchore/grype/archive/refs/tags/v0.79.6.tar.gz"
sha256 "c0dbbf14fcf58a0e09bc78fe329777aaac40ad0a07709129b440639459245221"
license "Apache-2.0"
head "https://github.com/anchore/grype.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e16aa857350c933136b6daa199168dc68d6dbce0af3af2f24e64b8278d3a49e9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "183f8b347fd87fc113d79fef6bc6ec6af1c283ca67e2de1c8f0739b33dc34eac"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3d853c1bce5d015a60bd479bdccae7353059eef0de874051888080fc6486c45a"
sha256 cellar: :any_skip_relocation, sonoma: "9c6de541fda3171470539ea68ded02676fa894c9245732fa4e6ce2f617ba970d"
sha256 cellar: :any_skip_relocation, ventura: "c7a118ecc2fb9a65dcbfda75cea654886b4e38b90790d73a727a56a39c639b3f"
sha256 cellar: :any_skip_relocation, monterey: "1168c1d79e10f662a402af4d43284340fa0f0639e97d82bea4c940298cf4cdf7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2047b6ea4106ed36e7bfcabc3ad27866dc6cf7330bce5619db65ef84f365e187"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fff262ff2d707b677e22e79509d4ad839b22717ef97161aad3fe18f214237ce"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b6b4c991549cdfe7eeca402746c6a057c58f5ccba714c6f027e744d184ecfbc8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8afffeebf5323efa36ffab89e721c79e315b44e13eae253edabc745a567f72de"
sha256 cellar: :any_skip_relocation, sonoma: "6a434972365f1e174a932cdf7534ef6b0bd12ddea309922345fc2dc91e787a59"
sha256 cellar: :any_skip_relocation, ventura: "d9b601e6550a3e6d34cdf9d347c66363603e6f033adda51b9ddfdc8469cfdbe9"
sha256 cellar: :any_skip_relocation, monterey: "7989914452414dbe450c30f91ee9595a42f4b57097c81648a3f4c0672c4297ff"
sha256 cellar: :any_skip_relocation, x86_64_linux: "764d03890c36ee475c0dd54042c1a02766b7f5612dcb1e490e4cd0a728264474"
end

depends_on "go" => :build
Expand Down

0 comments on commit e538323

Please sign in to comment.