Skip to content

Commit

Permalink
Merge pull request #201090 from Homebrew/bump-syft-1.18.1
Browse files Browse the repository at this point in the history
syft 1.18.1
  • Loading branch information
BrewTestBot authored Dec 13, 2024
2 parents 855fb85 + 176f48d commit 6f3cd9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/syft.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Syft < Formula
desc "CLI for generating a Software Bill of Materials from container images"
homepage "https://github.com/anchore/syft"
url "https://github.com/anchore/syft/archive/refs/tags/v1.18.0.tar.gz"
sha256 "293c69b36f1766764030fc9ae733cf4cf2a979d0647ff97295d0df61b37be4ae"
url "https://github.com/anchore/syft/archive/refs/tags/v1.18.1.tar.gz"
sha256 "b7237b416c523fba55e754f467608087341e41768f569110e5cd10b2e316d717"
license "Apache-2.0"
head "https://github.com/anchore/syft.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72418e9206bb2d312ff6bb66001312ce9df6688d11c1feefdf362a0552467c34"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "02a91ba111817ea51fe42300a3ebb1eb91f20b94ec151f8a6a0eab08ce70775f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d58784ac2cabd7dd3bc55a1577badde8a6e6d6baa8c7e93bd0c27ff4f58d76f9"
sha256 cellar: :any_skip_relocation, sonoma: "3065ccefc1063d7232ba43b142d16265e5ea7e90d7582d65a27350b437f2a062"
sha256 cellar: :any_skip_relocation, ventura: "416eb690083c41ce836ce6357eeba854f40828180cf11ca770c5142925c2a353"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d313215088161af48b5f3b0c832fae1da51b2054a4147652fd2a09e5ae0022f6"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "15fb13d19efef4642a33a5f4206e984cf7d6ecd6cd6cf59f50b37b505bdad9fd"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39d9bde51b8df5b5d37519d7557c2cfc8145d61837250d1edf48415a39a338ea"
sha256 cellar: :any_skip_relocation, arm64_ventura: "89f4620f4532f32bc3d6def2821f67622624d1af27a21772b3cf8616426c0fb5"
sha256 cellar: :any_skip_relocation, sonoma: "bf60ea896bbff528c71faead38019f28bb7cf61c218817e16775a64676d93bbd"
sha256 cellar: :any_skip_relocation, ventura: "88a2b0a7275675d9e078ce32cb139ac26049fc7e0f8caab53433512592a2d277"
sha256 cellar: :any_skip_relocation, x86_64_linux: "db64475e4c3811f8230dd797d9f0bc6a167a557fa56a770d799e17aa4a4f1662"
end

depends_on "go" => :build
Expand Down

0 comments on commit 6f3cd9f

Please sign in to comment.