Skip to content

Commit

Permalink
Merge pull request #190945 from Homebrew/bump-trivy-0.55.2
Browse files Browse the repository at this point in the history
trivy 0.55.2
  • Loading branch information
BrewTestBot authored Sep 17, 2024
2 parents f09a424 + 144af07 commit 1e128b9
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/t/trivy.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Trivy < Formula
desc "Vulnerability scanner for container images, file systems, and Git repos"
homepage "https://aquasecurity.github.io/trivy/"
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.55.1.tar.gz"
sha256 "dfe18dbe98ce4edecbe15a830840e914f8234d99ac8074f7992c315a1ce98392"
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.55.2.tar.gz"
sha256 "4157bdf8b72b16064f5b5b8487e25b34ef99cdb49606a69a56fc4a91f4596aa6"
license "Apache-2.0"
head "https://github.com/aquasecurity/trivy.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3cc1d4e578ab393886f9856c499dcefcccb9a5e97cdb6d32c653f6678e9218b3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "af3869dd18a35cf72ef3b1f080f3b3da777c1c0d2f1757c435048ec61ac02ee6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "64c77031faf570ebeceddcd24ec1f812b6136fdedf24f109e6c06f00b1c4b51a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7da7f8180dfd0a84efaa74f0ce042bfee7c86e547a1e25ada4fd0a83b774291c"
sha256 cellar: :any_skip_relocation, sonoma: "c4380425b9d6f754d2a848bbf6d9636fc52529e2874ad2784406646c65eb81e8"
sha256 cellar: :any_skip_relocation, ventura: "fbb4e2d8c62a896f3e7d60be71ef12a7c00f98af68d5f1c6b32bb81d4cfb9ba9"
sha256 cellar: :any_skip_relocation, monterey: "4c320fa7b181a2cd46e1af46afb4b32187f091b8358f33ec9eb614dfc6a75f1f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cf3e24cf775984026e12bca1c92061ff51ee3fa38449ec28c7909b21b9e2cfa6"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e37c0cd89e4ecebd39e1e0c68e0deb5224147cd3b028675f20e531f5876abc9a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbccf74f87d8270ac862ba12dad5bb3263432fdb5428465aca6866dc4e599c53"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9af360e1237453c40e8f414f55df0e6b76310015d05bd6839919cc86d2fd5530"
sha256 cellar: :any_skip_relocation, sonoma: "6723950fa78438713742b4555713a3645f7168812500bea986ff78f386443952"
sha256 cellar: :any_skip_relocation, ventura: "02dd32a4a4d6829a42d2e1008c5592fa5782d862b08b09a3a05acc65ed0a861d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "77b8460c110c3ee72c60953133d9876c4db44855bacb172caf6aec09f9283842"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1e128b9

Please sign in to comment.