We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07029e commit 84c2b97Copy full SHA for 84c2b97
Formula/t/trivy.rb
@@ -1,8 +1,8 @@
1
class Trivy < Formula
2
desc "Vulnerability scanner for container images, file systems, and Git repos"
3
homepage "https://trivy.dev/"
4
- url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.62.1.tar.gz"
5
- sha256 "1b8000f08876dd02203021414581275daa69db00fab731351dbcf2a008ebe82a"
+ url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.63.0.tar.gz"
+ sha256 "ac26dcb16072e674b8a3bffa6fbd817ec5baa125660b5c49d9ad8659e14d0800"
6
license "Apache-2.0"
7
head "https://github.com/aquasecurity/trivy.git", branch: "main"
8
0 commit comments