Skip to content

Commit 11455bb

Browse files
authored
Merge pull request Homebrew#228952 from Homebrew/bump-trivy-0.64.1
trivy 0.64.1
2 parents a259587 + 273ffd8 commit 11455bb

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://trivy.dev/"
4-
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.64.0.tar.gz"
5-
sha256 "95f958c5cf46e063660c241d022a57f99309208c9725d6031b048c9c414ecfa7"
4+
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.64.1.tar.gz"
5+
sha256 "9e23c90bd1afd9c369f1582712907e8e0652c8f5825e599850183af174c65666"
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_sequoia: "c27c74bf7561f3232c0eef787e32be0360d93e686a812edaf7476951edfa329d"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c414327af7c3247259b3ee8a277c138f79f5da638445e39415b8bd439b08f483"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cbba574a1ec0c80ae50640b90a5894cbea4a31201bf4c2d86494a5f1e83d79dd"
13-
sha256 cellar: :any_skip_relocation, sonoma: "455dda78505e54b6e58b2fd650243b248e6c7c96dfef87839fe8a32d56ac145e"
14-
sha256 cellar: :any_skip_relocation, ventura: "c3ce96fdc00e223467e413910d6df7d33112cb9cbf602703e5485c6fa7eb842c"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "39e1b6e79322751827633b975298257f0d38b8578531bf9925e5687e4442096c"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0e67ec811e89f0890b3753fe5eaec7093364160ee4cd015714c7467334c048d"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "60701ca9f0abf3941dc8cb0451da35bc82456898ab9d10ee93542ce833395dda"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d655525e8f66d5e9545c44296150b24b3c51c1ee11fef11c69f21db8689a578"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "10933e6d3696f9acf2399c2b05bc2b511d20f05f52c12f99f8a52274f9b38f11"
13+
sha256 cellar: :any_skip_relocation, sonoma: "0209a10a87e67f96598b403ba055c7018286830bb0eeb44c8fff1303ded98276"
14+
sha256 cellar: :any_skip_relocation, ventura: "7b02fc4ba2d86428b8319aa23f74daa0992042217d1a07ff5aef5daebcabe922"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "b5ba47eb6ce491c3c5fc0eb4ebdea7ef406046a06756c79064e8402fbc70b816"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e20078abd4e6375aed9eca482db028649f8485e8d5ec2eafd093bd21f70575a5"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)