|
1 | 1 | class Trivy < Formula |
2 | 2 | desc "Vulnerability scanner for container images, file systems, and Git repos" |
3 | 3 | homepage "https://aquasecurity.github.io/trivy/" |
4 | | - url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.59.0.tar.gz" |
5 | | - sha256 "0fa615a6ed9729abdea646d025bdcf286932decd31ed0094011ede79be78cc43" |
| 4 | + url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.59.1.tar.gz" |
| 5 | + sha256 "ead05298fc4a7d54f93045258fd4eb50d3751f8655094f65909221a07dc9ddef" |
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: "ee1488acb7b9fe7457f238f11cbca3b8174e44f4bcec689e27654e3d934ef4e7" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "213553baba40a2d2bd7b6a058caa59525286a836afc06654385ba7cbf1f1c970" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "96f46e3013c7c71397c9515853da19db8e219d9cae83f715368effd7e6639bc5" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "a87f997fb160d95bcc14a5b219c09643480941ca7b36a40aea8e33244b7b6d9e" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "3579f8a888aee3774d092b677bb593d13baf3fc0996597f8fae613fa35571bf6" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "57b0b59d2c95f021d3865db3123f2d2cb7ade655111baf0e35cabd40eda13b7a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b06bef9ba29328835ef4ab28a50c4871b5e77dd61564a22a211d26da3888d409" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9866ee672b3a509161f29869b845a298c4982b1c42c49c63796d40e872344510" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "15ab722b261c1d2d8e7bef80873fdd7f4e1d4513c6ed7af5dace30ed71a45a5a" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "410b9d49d0f2344869386d4f2038ec0106559b73a88fbb05c2af8df61f7f7bc5" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "42bea7ae648bf962fce6b10ce14da588ce45f7852a3a2feb400a3ac02d6c86ad" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d712bfb3e4a9ecb71dfa66a3da4fc5cf4d789b1ad3d2314f434c4a5fd6203abc" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments