diff --git a/Formula/o/osv-scanner.rb b/Formula/o/osv-scanner.rb index b33ab98ddf1ff..c5b8a2f664607 100644 --- a/Formula/o/osv-scanner.rb +++ b/Formula/o/osv-scanner.rb @@ -1,19 +1,19 @@ class OsvScanner < Formula desc "Vulnerability scanner which uses the OSV database" homepage "https://github.com/google/osv-scanner" - url "https://github.com/google/osv-scanner/archive/refs/tags/v1.4.3.tar.gz" - sha256 "a32daca1d28374b7f63174467bb72783b3f478aed8d260263aa88056271b7f21" + url "https://github.com/google/osv-scanner/archive/refs/tags/v1.5.0.tar.gz" + sha256 "4de0d5f942270ac57a81d7f1ff42b68e6042be5a1afc5d119f4797952a0197d2" license "Apache-2.0" head "https://github.com/google/osv-scanner.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d98c383f6887cd11bf3497d5d286684897823a43877bd7fff772f8c484972b3" - sha256 cellar: :any_skip_relocation, arm64_ventura: "535f90e2bf65c043844aff84992bf832952960d97ac5b14dc97430bc6967be19" - sha256 cellar: :any_skip_relocation, arm64_monterey: "0ea7bbc00ef170756c958c68744b0cea41cdd8afed614649a3beac168bdc0330" - sha256 cellar: :any_skip_relocation, sonoma: "a0f6d950b4ff7b1da95b5b6a484d70e3dc712051604f33e02795174a0f433bfa" - sha256 cellar: :any_skip_relocation, ventura: "89fc08dd66487bc3a369d66c3a6bfef449a38f081989368b00e03014e334af6f" - sha256 cellar: :any_skip_relocation, monterey: "51a702e870c20f70f9b49935f686f4080fc086bdc14da0593d30a47783236725" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1176061ca98ec622d1495f02e7b218143ff092721416cead751120188c60a136" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "33a68970b8596bd120bc06f34358fded843c6e1028edfb9e948dbb59ed1e1193" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ee76215ea31354e9e3fd9995cf9175aab9915a196af91421aae61c5093f6d937" + sha256 cellar: :any_skip_relocation, arm64_monterey: "4f62849584a9dbe6e5177a175f983d0e484e218ba66dcf39f610402f419da779" + sha256 cellar: :any_skip_relocation, sonoma: "78569ecc5ced576c3fd993e5959ea85e4aecb15a0c944266317248c95940d6b8" + sha256 cellar: :any_skip_relocation, ventura: "841d34b7796512785b1bf1e63be59fec9cf7f2312457bb96467d8b918d3c3ffc" + sha256 cellar: :any_skip_relocation, monterey: "f2ae5cb436867610c3df0421fdca9159b0758700c2d9e2e146da03b5f1cc9256" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5bcb303639ffcc9fa4c51f5e55672a5b08b48786c256d49abdeb0feddbdb17e4" end depends_on "go" => [:build, :test] @@ -34,7 +34,7 @@ module my-library scan_output = shell_output("#{bin}/osv-scanner --lockfile #{testpath}/go.mod").strip expected_output = <<~EOS.chomp Scanned #{testpath}/go.mod file and found 2 packages - No vulnerabilities found + No issues found EOS assert_equal expected_output, scan_output end