|
1 | 1 | class Trivy < Formula |
2 | 2 | desc "Vulnerability scanner for container images, file systems, and Git repos" |
3 | 3 | homepage "https://trivy.dev/" |
4 | | - url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.63.0.tar.gz" |
5 | | - sha256 "ac26dcb16072e674b8a3bffa6fbd817ec5baa125660b5c49d9ad8659e14d0800" |
| 4 | + url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.64.0.tar.gz" |
| 5 | + sha256 "95f958c5cf46e063660c241d022a57f99309208c9725d6031b048c9c414ecfa7" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/aquasecurity/trivy.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
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" |
| 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" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "go" => :build |
|
0 commit comments