|
1 | 1 | class OsvScanner < Formula
|
2 | 2 | desc "Vulnerability scanner which uses the OSV database"
|
3 | 3 | homepage "https://github.com/google/osv-scanner"
|
4 |
| - url "https://github.com/google/osv-scanner/archive/refs/tags/v1.9.1.tar.gz" |
5 |
| - sha256 "ebb7f5017c6fe0c9aad25c520a44ac32d0424efb75f87641f66d5c2ef4fafe1a" |
| 4 | + url "https://github.com/google/osv-scanner/archive/refs/tags/v1.9.2.tar.gz" |
| 5 | + sha256 "e2b62d114102eb9903e7ed110f69560bbf91b57c3163a256f532ab26dde45a49" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/google/osv-scanner.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "226172ffbc9ddb4f34c8003fec05a62da7491302b4d5aa6ee6c2dea5647f8afd" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "226172ffbc9ddb4f34c8003fec05a62da7491302b4d5aa6ee6c2dea5647f8afd" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "226172ffbc9ddb4f34c8003fec05a62da7491302b4d5aa6ee6c2dea5647f8afd" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "868649b3842576c0a91f310ddc62cc4c0a56d8c6d854cf08ef2807bdc7e7c34d" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "868649b3842576c0a91f310ddc62cc4c0a56d8c6d854cf08ef2807bdc7e7c34d" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "bab7d906de15d19e94eee63d3bd56f92a5e6d58f6e657811bf35ecb104ca1fd3" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "851aaf1113a28c7a54695e783352c748fc5e5f89550dd7b8e13612692536e08a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "851aaf1113a28c7a54695e783352c748fc5e5f89550dd7b8e13612692536e08a" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "851aaf1113a28c7a54695e783352c748fc5e5f89550dd7b8e13612692536e08a" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "538d9596001e65d42de4377aef8ad6ebd6abda387f2874553cc0b251d5f1215e" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "538d9596001e65d42de4377aef8ad6ebd6abda387f2874553cc0b251d5f1215e" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "cb8d7bbdf767630345c3a08415d373b62815fcf704a485583a6aa53531805d6f" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => [:build, :test]
|
|
0 commit comments