Skip to content

Commit

Permalink
Merge pull request #192707 from Homebrew/bump-trivy-0.56.0
Browse files Browse the repository at this point in the history
trivy 0.56.0
  • Loading branch information
BrewTestBot authored Oct 3, 2024
2 parents 2df2307 + 3772461 commit 6f5ed36
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/trivy.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Trivy < Formula
desc "Vulnerability scanner for container images, file systems, and Git repos"
homepage "https://aquasecurity.github.io/trivy/"
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.55.2.tar.gz"
sha256 "4157bdf8b72b16064f5b5b8487e25b34ef99cdb49606a69a56fc4a91f4596aa6"
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.56.0.tar.gz"
sha256 "0e4c11b707248adb15eb0f49ffac002895bcae031c380603232a83924cc95b40"
license "Apache-2.0"
head "https://github.com/aquasecurity/trivy.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e37c0cd89e4ecebd39e1e0c68e0deb5224147cd3b028675f20e531f5876abc9a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cbccf74f87d8270ac862ba12dad5bb3263432fdb5428465aca6866dc4e599c53"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9af360e1237453c40e8f414f55df0e6b76310015d05bd6839919cc86d2fd5530"
sha256 cellar: :any_skip_relocation, sonoma: "6723950fa78438713742b4555713a3645f7168812500bea986ff78f386443952"
sha256 cellar: :any_skip_relocation, ventura: "02dd32a4a4d6829a42d2e1008c5592fa5782d862b08b09a3a05acc65ed0a861d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "77b8460c110c3ee72c60953133d9876c4db44855bacb172caf6aec09f9283842"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b539ba8e5ea435d5a43760db5f4759d87bc3e522f69f2656e7cc2e303e9ee73"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ffa9df18ecd6b2f182264c8eb0a1defd363577169231368d9328103fc1a6e5c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d87a64dc972feb6a2c25441717eb3052cf9b76a90b7718ef901ca82685ab91d3"
sha256 cellar: :any_skip_relocation, sonoma: "9402aa83cf25fe4d4f7d975c782e37ba798982d4848398530e3c08d9333e9272"
sha256 cellar: :any_skip_relocation, ventura: "4070b68bd47e11ad2f6a8951250aadd823830860aad30a6bc07e0462472e7dd9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a9619b9def6b22604236b77dde7ea6a52fb11234ae9c188f296095aa5816e080"
end

depends_on "go" => :build
Expand Down

0 comments on commit 6f5ed36

Please sign in to comment.