Skip to content

Commit

Permalink
Merge pull request #153778 from Porkepix/bump-syft-0.96.0
Browse files Browse the repository at this point in the history
syft 0.96.0
  • Loading branch information
BrewTestBot authored Nov 9, 2023
2 parents 7c19216 + 43cf055 commit 57c4a88
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions Formula/s/syft.rb
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
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/v0.96.0.tar.gz"
sha256 "fb8c003b5b11bbacc66dbd2e60f1ba91a8d96cc91653d677fe9b460de912fb21"
license "Apache-2.0"
head "https://github.com/anchore/syft.git", branch: "main"

stable do
url "https://github.com/anchore/syft/archive/refs/tags/v0.95.0.tar.gz"
sha256 "bdf4866ee53ac0209b0b8768a147e9c79bfcc6e1c788a421f84ede8a7aa4f7bc"

# fix `identify cyclone-json without $schema` issue
patch do
url "https://github.com/anchore/syft/commit/d91c2dd84211d825012063f78793787e7cbf2078.patch?full_index=1"
sha256 "51abff0cf89bdf75dfea1ddcfce9d7d28c919cdf76a3d83bcb756b4b3c951f14"
end
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "04e8ed24c3bfd89e72c686958851831ca97ddd168a7e1555bc7fd4369c44033a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "23b970dc68af24130c4163fed61a3ad336b2dad4fb710a6b43c4fdef5ce969d1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4e1d90c6cba241788164b67d6ab015a1c66aafd255649c48cfaa989e23e43b78"
sha256 cellar: :any_skip_relocation, sonoma: "f94abea9804e260157c5c5f3ee0ae4587116fd34f7dc6602935fad9a8067ba53"
sha256 cellar: :any_skip_relocation, ventura: "b10d8ff6de5bfb2d46a52fdbd72dc359a2d61382a6ff7dd8dda8ada430779a18"
sha256 cellar: :any_skip_relocation, monterey: "ffe44abd5b3dd8b18aba40854f8071de564d99b5ffbe3454766d47bee84e7859"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d83c116040742ef6f077c9598af8e22515ef41b743e9914600ef370371cd4524"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ef7e1056c3fb52af6298418e368aaca4e0eae9855e2f7d16824335f7b60411d3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "29246295557056fda897ca57bb89c013faaa29ac32558cde9206e70dff47355f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b2aa135027640e49907109fe6b2216bb429a08c4a06f9be5a9fa03d05b05c8c4"
sha256 cellar: :any_skip_relocation, sonoma: "79d6a5d8170cd6d8e5a9b9964fc11c859613d6ef0a453b41a8f3900b516307f7"
sha256 cellar: :any_skip_relocation, ventura: "9c5aff5e1c7fa7cfef8d4261ee9c499fa87ba401206656474cfcc44d678c2c7d"
sha256 cellar: :any_skip_relocation, monterey: "8bbdd87c0ccf18d185586a4e3e2ee6963705a0f37fb5f277324a9bffe114756e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0e7febf2e4c8244a885515c51340549e2ee265b22d82c087bf77c024ee61913"
end

depends_on "go" => :build
Expand Down

0 comments on commit 57c4a88

Please sign in to comment.