8000 Merge pull request #225127 from Homebrew/bump-trivy-0.63.0 · Homebrew/homebrew-core@58188f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58188f7

Browse files
authored
Merge pull request #225127 from Homebrew/bump-trivy-0.63.0
trivy 0.63.0
2 parents 549b18c + ccdb6a5 commit 58188f7

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 8000
@@ -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.62.1.tar.gz"
5-
sha256 "1b8000f08876dd02203021414581275daa69db00fab731351dbcf2a008ebe82a"
4+
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.63.0.tar.gz"
5+
sha256 "ac26dcb16072e674b8a3bffa6fbd817ec5baa125660b5c49d9ad8659e14d0800"
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: "4e742f9af9ff0d46d6d774403472783ec7975eead80449d0eebac8209595bcc3"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8011b49c51ab423f588157e71a4b639929551d2d40f7806a56b674f340b58d14"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "93f7f3555004dc551ff906eafc17cb5bc8b66dfe556f7ca3505e72192e114bd7"
13-
sha256 cellar: :any_skip_relocation, sonoma: "bd35dab2279487b64edeced48c62f82883092ce5adf933e9c569872fc400d0bb"
14-
sha256 cellar: :any_skip_relocation, ventura: "89990ebb9a19a94b07bb357e43a9ccadf2585ad298bf3b1d561f61816ea5db6a"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "8204027f4128fde5ff14c5c0269c7b7803457a5b05e0a9b5d26ad4ef07d22c31"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "96cde021dbb3e8ad0c1be8cbc9a249c04a41c5f5673c490a9fb6095d30a5af40"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "553c7ecfc23ee70ffaeb40e92bf7ca5675588f36590b15dfa8202fc5083fc3cf"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6793cf0ba88ea38553393491519f187b652a925c1997fa969d0e82cd3c25ea4f"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "5212ff2cc82e772d7f37b0224e34668b56c31dec5d1ead21ab87871aa1d61376"
13+
sha256 cellar: :any_skip_relocation, sonoma: "908d1647540c93eb4ce8522f7b39f7c0ba3cc2e250ae40c3b619419d19f982c7"
14+
sha256 cellar: :any_skip_relocation, ventura: "f8b8e311f5d76bdb1eb924927957d7fc491099b3d557a4ccf1134cab236bbee9"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "be5c85315fe6b9471ea44f3044133edd1936d4a3842b8686bd7415140938c693"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6ec6b414fb7f0507dc48fb163e63bf0c6492f050f0914d11873477c28b8520d2"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)
0