Skip to content

Commit

Permalink
Merge pull request #181818 from Homebrew/bump-grype-0.80.0
Browse files Browse the repository at this point in the history
grype 0.80.0
  • Loading branch information
BrewTestBot authored Aug 20, 2024
2 parents 9395ce2 + b483636 commit 7814ebf
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.6.tar.gz"
sha256 "c0dbbf14fcf58a0e09bc78fe329777aaac40ad0a07709129b440639459245221"
url "https://github.com/anchore/grype/archive/refs/tags/v0.80.0.tar.gz"
sha256 "554b7e5fbc8c79e88475a77c47d1f4466d51880d922423cbffac132dd029fadd"
license "Apache-2.0"
head "https://github.com/anchore/grype.git", branch: "main"

bottle do
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"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "88e4cbf2ea8d8d4bf56342b80e0c242cd94d83869c9cb77248fb5a19d0d44911"
sha256 cellar: :any_skip_relocation, arm64_ventura: "10ce1742a20669c6129a6935028f12c6b9c140c9bcdefc0bc543b604fde4301c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b571464d06221679db30d5a5744fdee3216beb0d08dcdecc122a18e1e35d2682"
sha256 cellar: :any_skip_relocation, sonoma: "14015dd6ed19c4982bc74b23868c8a3b9db6c4ff80d9f68df4503a1e55fa292f"
sha256 cellar: :any_skip_relocation, ventura: "a4d2a8c25cee34f425cc9a354f94350d23a092749181a1cfe8ee83356272aa5f"
sha256 cellar: :any_skip_relocation, monterey: "284b09d77a5b8215fcd83d66338709817379edb96fc9b71eb247652005f55787"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f5fcc24dc23846d6297a57e4ae1c4ea7e74f3308adb1501d833fd15ffc34d502"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7814ebf

Please sign in to comment.