Skip to content

Commit d45c38b

Browse files
authored
Merge pull request #200610 from Homebrew/bump-syft-1.18.0
syft 1.18.0
2 parents 61cca7d + e96a93f commit d45c38b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/syft.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Syft < Formula
22
desc "CLI for generating a Software Bill of Materials from container images"
33
homepage "https://github.com/anchore/syft"
4-
url "https://github.com/anchore/syft/archive/refs/tags/v1.17.0.tar.gz"
5-
sha256 "904d3a64b750ef142b325670a55a7e8a9c4dd913998a752497ccc2c801ad6192"
4+
url "https://github.com/anchore/syft/archive/refs/tags/v1.18.0.tar.gz"
5+
sha256 "293c69b36f1766764030fc9ae733cf4cf2a979d0647ff97295d0df61b37be4ae"
66
license "Apache-2.0"
77
head "https://github.com/anchore/syft.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "17e226a61dec868fb6b6adda905ae758770077e78847eba8412f32c85966f19d"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "32da17325634e626dd461c4f6296f54ffc890c18c0b88ef5a8a3eb412f34287c"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fb4fa2a328afd9307c6e34b06c6af8d68653a25e51b0c742f3828d524fa34192"
13-
sha256 cellar: :any_skip_relocation, sonoma: "63cf15eef3e4435219a3cd9ee38792785eb7208f0d4a185ab52f858965c87215"
14-
sha256 cellar: :any_skip_relocation, ventura: "63f37be8a733e6cae86e570ef90eec957edf70338bbb89fbca5f683ecbd0547f"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1e6441593690e938a530a997331124777009dd6643062bc6b0898f4af2f17ba7"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72418e9206bb2d312ff6bb66001312ce9df6688d11c1feefdf362a0552467c34"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "02a91ba111817ea51fe42300a3ebb1eb91f20b94ec151f8a6a0eab08ce70775f"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d58784ac2cabd7dd3bc55a1577badde8a6e6d6baa8c7e93bd0c27ff4f58d76f9"
13+
sha256 cellar: :any_skip_relocation, sonoma: "3065ccefc1063d7232ba43b142d16265e5ea7e90d7582d65a27350b437f2a062"
14+
sha256 cellar: :any_skip_relocation, ventura: "416eb690083c41ce836ce6357eeba854f40828180cf11ca770c5142925c2a353"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d313215088161af48b5f3b0c832fae1da51b2054a4147652fd2a09e5ae0022f6"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)