diff --git a/Formula/p/poutine.rb b/Formula/p/poutine.rb index 728fb6687d7a..9ef0720ddee3 100644 --- a/Formula/p/poutine.rb +++ b/Formula/p/poutine.rb @@ -1,18 +1,18 @@ class Poutine < Formula desc "Security scanner that detects vulnerabilities in build pipelines" homepage "https://boostsecurityio.github.io/poutine/" - url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.16.1.tar.gz" - sha256 "892cd6ad37c2cbee3ae20cb1842787d6c338372836dccf8087eb2bdb08e13b7d" + url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.17.0.tar.gz" + sha256 "6d98171b2c4100d2677c219258fcd1c00b6ef184f9cb5994e0cacb3a0ac30b47" license "Apache-2.0" head "https://github.com/boostsecurityio/poutine.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "650900df417aec95a8b81b0d8eb08dc4645d5b6503fe8aec879faf9b9856bffc" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "650900df417aec95a8b81b0d8eb08dc4645d5b6503fe8aec879faf9b9856bffc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "650900df417aec95a8b81b0d8eb08dc4645d5b6503fe8aec879faf9b9856bffc" - sha256 cellar: :any_skip_relocation, sonoma: "5c658fbe5adc07b25198fbbee42b554c59ccb9317bdb68e5b966fa22442646ef" - sha256 cellar: :any_skip_relocation, ventura: "5c658fbe5adc07b25198fbbee42b554c59ccb9317bdb68e5b966fa22442646ef" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4be118de7e4947ae368b4a1098139b8f6530f19a9f73979015c25580420b4e48" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a68b0e4d2eb59afbf494b16aa9924e7b8e84d385ec63eb842dc0a400b984491" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "40314a9f7b10a379035b65cbd619f5647deac536e39fe6c98eb77e77514ea635" + sha256 cellar: :any_skip_relocation, arm64_ventura: "83e057f632d96a7e3ccc2f2ec6576c0f7c01fa9920f44770494c5387daedcfd8" + sha256 cellar: :any_skip_relocation, sonoma: "edf15bb654cf74c0fea4ec087fa930a9ce81ae0f3b6f05f691e7fc960de88aec" + sha256 cellar: :any_skip_relocation, ventura: "a77e2d668fd598fb00138d3a04a82c3a9e41cb65bb5e3d50121863d7a577bdfe" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e043de17490b9eb9b7f7b785fd423ee0ee8115378056c8e76bb2a98f53c86db7" end depends_on "go" => :build