|
1 | 1 | class Grype < Formula |
2 | 2 | desc "Vulnerability scanner for container images and filesystems" |
3 | 3 | homepage "https://github.com/anchore/grype" |
4 | | - url "https://github.com/anchore/grype/archive/refs/tags/v0.82.2.tar.gz" |
5 | | - sha256 "efbd5e5c5c0b97f71ffaf5a638c9aaec14739478a38a79d0ed469a7e6c5689fc" |
| 4 | + url "https://github.com/anchore/grype/archive/refs/tags/v0.83.0.tar.gz" |
| 5 | + sha256 "c6d650b4442d34cdc4be05130372843d197e5a5b83a112fc58f01cb08c3d4757" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/anchore/grype.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "f86692bf61a66fb5b0c39e92fc427549e6595b986d57a5be218a5b5d9c548ab3" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb128154ab224a78917b011e6a7a3c74872fc129566d491a7b8c8b917f817912" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "f9ec26ac85ae43436b2a8ce46a50d952c07cbb4b629e8db6693c7c3c8b2f3b29" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "d90a9815093319d70a0eb0cf006d27ea03042675d88b3030415b50220993a88c" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "b2eacf6cfeb935e7f025b3e724523b80e318497cb89e7eb02b9074ee57482546" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "18b4df43324d0ad2a1d4a388b351e2af7066d0252bb724e0a1ed03682e325c5c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "407f2b3cb5a5fe726384894b41b1cd29efa0971a5711c85c111fa2c7d813b7fa" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3c636a052aa8cffa9b0febe6d55c25e73657d1a70ea0a09b71e6edc1de24ea8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "5ede6cfead560e0d67c47f166c4f557b07dbaa60a5a2d211eaa2eca80a2d2fa5" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "f7a5da14e282417c5aa4f31e75b49836509898dccd28f2cbeb6e54e034d93c8d" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "918657c64c71fbeb8e13b58d369def82c2cfd036e9cdaa2c3f13d4f9a2b8009d" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0790ce9bc44430d73fcee28757a69dbc9cb0cb67cfd546c22b5a0f028974d05c" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments