|
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/v2.3.5.tar.gz" |
5 | | - sha256 "b2238a4b417d2ca3e74a5937dd8e57a26866da9f9c4f764f1aa627a7779ac4cc" |
| 4 | + url "https://github.com/google/osv-scanner/archive/refs/tags/v2.3.6.tar.gz" |
| 5 | + sha256 "b1ed2e92011884269eadb244bcce59126d540f659212d6a644c59e0c2c4ecf5c" |
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_tahoe: "a81f29f84f6cc235fdaa0285244092232b0324edd358284ac15c9cacc2943a92" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c46b0a99fc501ecf4f79774c7c894c5788a04de88b83e7563725c8b17550a09" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0fdfe1c19b9c532c9dcec95fe03524e97bf11b6c11c7e60d0f024a06e0121e2a" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "1897bdca180d26b5fc2c4941de239e9cc84c10c33127fbcfc118ca5e1698e6fa" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "dbac78c7612895a496e1a1bd14ba1ba6ac97261b3a553dfdb9afda47b5a128a4" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "260c11cd26b784435771d1f637beae76bec4f9250206fe0bcbd7733588dc45ce" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "1cab70e4bc4ad986eef5dd9af55ab4af7ff446a3ec1e9fbd6c4d7ed92a830a60" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f039362708f3edd54c56769b3d2bdcb70253895f783d002e1ec170111cf512bc" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e223b756119cd71da03059ddb8e8fe6729b26c4200fd6df40ef19646a965e3aa" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "709c5782ccdc60ca57bd51d5ce0a63aebe25061a73db7d23e772b30adaa1dee6" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "959fa8a1a71ddbc67ad5e8fcb822a3dc2acdd910285ba9a956667ceb53d54f72" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "338a279de9c0a1ef502095bff8eccc25e0c1b023dfe4c14069d7953220b2ba5e" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => [:build, :test] |
|
0 commit comments