Skip to content

Commit

Permalink
Merge pull request #150486 from chenrui333/bump-grype-0.70.0
Browse files Browse the repository at this point in the history
grype 0.70.0
  • Loading branch information
BrewTestBot authored Oct 10, 2023
2 parents 46f6fc3 + e281f3d commit 486427b
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.69.1.tar.gz"
sha256 "662045a79c1697c9a181ec68133434fa86177dd26435e6998d32d094d11f3ce9"
url "https://github.com/anchore/grype/archive/refs/tags/v0.70.0.tar.gz"
sha256 "eb54c0d1e6d824d7fc7240a8e9dd15b642bb4ca387f7bbc8de2cbff779635a19"
license "Apache-2.0"
head "https://github.com/anchore/grype.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "87d77de9f384fb6e933de789801c701285449672d79b3fdc088b625f350237e8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a21fb53f892199a719cf5c7be8590d9412578fc94260eef1773d7fc5c7f2aada"
sha256 cellar: :any_skip_relocation, arm64_monterey: "66bc58a07929389af11ab88f161b5ea7d180d40b1e017e4cfafde2b8e2362aeb"
sha256 cellar: :any_skip_relocation, sonoma: "258db299783b18911e79945816286f605d57fd5d6b47e16ee9b122e800cf5151"
sha256 cellar: :any_skip_relocation, ventura: "b400c9658c58e0c3641590098b06e87d8a17ad8618e1d79dcbe897d8af9b1219"
sha256 cellar: :any_skip_relocation, monterey: "c3ca0abbaaa095953b1415eae52d8224c895e46036daf873ce6364c00908b050"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e62b3bd9f3900264e1f0ced163494fae375b793eaa432ab77a814cad19069183"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f12c9f516a7b8d2a781339820db104e400c506deb693a228c297ecf58390703"
sha256 cellar: :any_skip_relocation, arm64_ventura: "45daf5131f89674e99304b0ebcc28ff1756c12f9ef1c1dba9429a606e566d1f7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d4b97121800a596eaa988243d9968bbef8da49d8cdc4430bf91f447f3cfc9652"
sha256 cellar: :any_skip_relocation, sonoma: "9d8052bb875a7591317a250f09470d4e8ee2ed48e33c402aeb1a0b418b5f6905"
sha256 cellar: :any_skip_relocation, ventura: "dfadf2b3eb834e9e14b525bfc032fe48d7b9953b247d828784431ce8f0c283ae"
sha256 cellar: :any_skip_relocation, monterey: "4b701d613d8e53024b710d1c3b3752dce877a001d0199e9ad76d6b3c022cd147"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c9121146a946aaffef5164dc4eb4162f6fd31fd5d4e6304913996a9b3ed4bec"
end

depends_on "go" => :build
Expand Down

0 comments on commit 486427b

Please sign in to comment.