Skip to content

Commit d7ff19a

Browse files
authored
Merge pull request #174129 from Homebrew/bump-trivy-0.52.1
trivy 0.52.1
2 parents c8a6c80 + f0c083e commit d7ff19a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/trivy.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Trivy < Formula
22
desc "Vulnerability scanner for container images, file systems, and Git repos"
33
homepage "https://aquasecurity.github.io/trivy/"
4-
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.52.0.tar.gz"
5-
sha256 "d9ae1bfe86abe0e0f9ac8063b972a60d02e38a9ae9d4ac7e17108d32fd69e652"
4+
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.52.1.tar.gz"
5+
sha256 "72e207811c053a56ca5a366ef6852ea7918aedce1d2562c4e62303ba45524297"
66
license "Apache-2.0"
77
head "https://github.com/aquasecurity/trivy.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5818d7497411906c5cb7b027115cc3af65705b06ad18ed89f4c2f07a06e67478"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc87b125bd48940216ea4f0b2371ec9c3cbc45a73e20fd59e943e612c38a8593"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "88e64951c2334fc4fb89b08aba076a8e941fbb4f5362d44fe78f69f91f134d25"
13-
sha256 cellar: :any_skip_relocation, sonoma: "01eeff0fecc04db44757e874a31c01a9b33471615bd874d09cf72337ab3ebe76"
14-
sha256 cellar: :any_skip_relocation, ventura: "1ac7f92ba1b7f4494302f7937babc6d5f2e6502dcb7d5653b8696b3c575e7fa3"
15-
sha256 cellar: :any_skip_relocation, monterey: "23deb14219bb8d1aedf2b83eeedbb7a71ca717bced89e74b063d3bfbad15017c"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b9bef82dca5544cb68ab2354c2b0392bcb19ee0ee5f4413ff7c0334c6e8662c3"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "653cc2994ff86dd182ae5f4d600b10a0cebcc16f4630afa9c16b2c49a7f3f168"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "18d39a3154ffbface140b71598d9fec3c282c634013d25ddd794b50fb0209327"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "62942fbc8aacad3bed8a68593cba68bf0eca46e54c4b6241536ea4d1ff259e7e"
13+
sha256 cellar: :any_skip_relocation, sonoma: "815e339ed7b6e2010007b15c8602889e1414fe738923a98582c1e1af441aab08"
14+
sha256 cellar: :any_skip_relocation, ventura: "bb5914e4acf9818c234b6a6a3736c87d5c18b1b23a52cbef372da977b756d280"
15+
sha256 cellar: :any_skip_relocation, monterey: "2734438422b7cb72ae73d51a5cd60404003e08948d0363dbc53cafc9c956b5e8"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ece57261c3afdf7119f5287d95973a05a939a55333a12764bf1ec861aa63de10"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)