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 f0cd4f4 commit 83f8951Copy full SHA for 83f8951
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.65.0.tar.gz"
5
- sha256 "45c31aa8b50955e440530ddf9a82fbea6ca6b388a2bcae5aa4dac157789667dc"
+ url "https://github.com/aquasecurity/trivy/archive/refs/tags/v0.66.0.tar.gz"
+ sha256 "3ac0c6dd272ac1f2e2b9bf5f75a90fe0cf9237c3c4650ffa04b440c2ba145cc4"
6
license "Apache-2.0"
7
head "https://github.com/aquasecurity/trivy.git", branch: "main"
8
0 commit comments