|
1 | 1 | class Poutine < Formula |
2 | 2 | desc "Security scanner that detects vulnerabilities in build pipelines" |
3 | 3 | homepage "https://boostsecurityio.github.io/poutine/" |
4 | | - url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.16.1.tar.gz" |
5 | | - sha256 "892cd6ad37c2cbee3ae20cb1842787d6c338372836dccf8087eb2bdb08e13b7d" |
| 4 | + url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.17.0.tar.gz" |
| 5 | + sha256 "6d98171b2c4100d2677c219258fcd1c00b6ef184f9cb5994e0cacb3a0ac30b47" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/boostsecurityio/poutine.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "650900df417aec95a8b81b0d8eb08dc4645d5b6503fe8aec879faf9b9856bffc" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "650900df417aec95a8b81b0d8eb08dc4645d5b6503fe8aec879faf9b9856bffc" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "650900df417aec95a8b81b0d8eb08dc4645d5b6503fe8aec879faf9b9856bffc" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "5c658fbe5adc07b25198fbbee42b554c59ccb9317bdb68e5b966fa22442646ef" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "5c658fbe5adc07b25198fbbee42b554c59ccb9317bdb68e5b966fa22442646ef" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "4be118de7e4947ae368b4a1098139b8f6530f19a9f73979015c25580420b4e48" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8a68b0e4d2eb59afbf494b16aa9924e7b8e84d385ec63eb842dc0a400b984491" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "40314a9f7b10a379035b65cbd619f5647deac536e39fe6c98eb77e77514ea635" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "83e057f632d96a7e3ccc2f2ec6576c0f7c01fa9920f44770494c5387daedcfd8" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "edf15bb654cf74c0fea4ec087fa930a9ce81ae0f3b6f05f691e7fc960de88aec" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "a77e2d668fd598fb00138d3a04a82c3a9e41cb65bb5e3d50121863d7a577bdfe" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e043de17490b9eb9b7f7b785fd423ee0ee8115378056c8e76bb2a98f53c86db7" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments