Skip to content

Commit

Permalink
Merge pull request Homebrew#173563 from Homebrew/bump-trivy-0.52.0
Browse files Browse the repository at this point in the history
trivy 0.52.0
  • Loading branch information
BrewTestBot authored Jun 3, 2024
2 parents cc66ef8 + 8641dde commit dbacde1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/trivy.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.51.4.tar.gz"
sha256 "d782158eda0bdb8a915feadb85b292c69444b3d2bcea2112fcc1739013beb063"
url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.52.0.tar.gz"
sha256 "d9ae1bfe86abe0e0f9ac8063b972a60d02e38a9ae9d4ac7e17108d32fd69e652"
license "Apache-2.0"
head "https://github.com/aquasecurity/trivy.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "112744b76290a34bfd85d716a746e6ea0fae9d13bede3fc8cef1711330e50c88"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbef92bf639af0422aa7f96b9f9f876d05d26ff07322d170d36df538e0a95607"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4a8c1da23e4e66f49b69030a60e6f9d737c8b040f020256f01737ccc01b766af"
sha256 cellar: :any_skip_relocation, sonoma: "34b72389bfe3a56a8df917fae12c95ca62d1d805f85b4d8336859d9eac4dc885"
sha256 cellar: :any_skip_relocation, ventura: "856f338f3b7a68dd2ec5ef49881a4d1d1e9ee9b7e339da43ccb76cdc4408a005"
sha256 cellar: :any_skip_relocation, monterey: "3d90851e3331bdfa01e4fb7b195e1d0cf4eec9de1364ef62b1ea34d31b1ced44"
sha256 cellar: :any_skip_relocation, x86_64_linux: "634860dc57854a8549454358d1bf499bcf718417a8b66736920361e600f54f2f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5818d7497411906c5cb7b027115cc3af65705b06ad18ed89f4c2f07a06e67478"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc87b125bd48940216ea4f0b2371ec9c3cbc45a73e20fd59e943e612c38a8593"
sha256 cellar: :any_skip_relocation, arm64_monterey: "88e64951c2334fc4fb89b08aba076a8e941fbb4f5362d44fe78f69f91f134d25"
sha256 cellar: :any_skip_relocation, sonoma: "01eeff0fecc04db44757e874a31c01a9b33471615bd874d09cf72337ab3ebe76"
sha256 cellar: :any_skip_relocation, ventura: "1ac7f92ba1b7f4494302f7937babc6d5f2e6502dcb7d5653b8696b3c575e7fa3"
sha256 cellar: :any_skip_relocation, monterey: "23deb14219bb8d1aedf2b83eeedbb7a71ca717bced89e74b063d3bfbad15017c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b9bef82dca5544cb68ab2354c2b0392bcb19ee0ee5f4413ff7c0334c6e8662c3"
end

depends_on "go" => :build
Expand Down

0 comments on commit dbacde1

Please sign in to comment.