Skip to content

Commit 8a254f3

Browse files
authored
Merge pull request #246420 from Homebrew/bump-osv-scanner-2.2.3
osv-scanner 2.2.3
2 parents 1a8b8c5 + 54ab903 commit 8a254f3

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Formula/o/osv-scanner.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class OsvScanner < Formula
22
desc "Vulnerability scanner which uses the OSV database"
33
homepage "https://github.com/google/osv-scanner"
4-
url "https://github.com/google/osv-scanner/archive/refs/tags/v2.2.2.tar.gz"
5-
sha256 "7143136d86fe08a771d12b2b5a96c4d185b98d0e5dc81926ffa800f4e0ea168a"
4+
url "https://github.com/google/osv-scanner/archive/refs/tags/v2.2.3.tar.gz"
5+
sha256 "f6e6f6265dfbd4df87121c9d3feda8bd6d47ff0de98eaa773999df0bc8873f2a"
66
license "Apache-2.0"
77
head "https://github.com/google/osv-scanner.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "15c0c1af037d2ae7d394067db269ad3b6414f78c8db6917adfeef54dd8370b08"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7dc16ceea72192ba274dc1414332b4427b9f0ba4a2f287a650db97f8ffc8d08c"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a1f8adfab9fc2b06805652322c69dbb47669b0b56d2e4521231d8e6878ffcb3"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9862343641ad476275c507618914951807390770b12c73bbcbe1a3a5189ac602"
14-
sha256 cellar: :any_skip_relocation, sonoma: "cbe67a50e6038bc715566df00b9055077c35322a9345cd550f2d7fd45024b2fe"
15-
sha256 cellar: :any_skip_relocation, ventura: "e2fdb967c1258952ba927ab577cd6bbf7147f571dd03df4d3b177561a96909e1"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2b850bba5dae46b65a3877429b027360bbc6b31c0f7ed22a2f7f0011b77afe4"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "17aa8773cd5ef70bbc16a7e18df7023b68c4cb54ea6803296545d617d4317604"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "67c0f8345b5bd7cefac27b2484e5159df3fa3a39e75aeffa4c13e6dfd694104c"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "650c9ec539d73e9099fb9f951d27cca4868d6f6dd4fc3f37a78190470ca15826"
13+
sha256 cellar: :any_skip_relocation, sonoma: "80c4a7119ff06c7180d749275f8626d0aa80af5e65aeac397b28243380b753d4"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "85404a2317e205e00a8849736c8fbe8c206dcff340fd62afb50a3e0e9cb25e57"
1715
end
1816

1917
depends_on "go" => [:build, :test]

0 commit comments

Comments
 (0)