mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
trivy: Add version 0.45.0 (#4843)
* trivy: Add version 0.41.0 * chore(manifest): fix checkver and hash check * Update to 0.45.0 --------- Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
This commit is contained in:
parent
32bc2d4e59
commit
0929fd5ada
27
bucket/trivy.json
Normal file
27
bucket/trivy.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": "0.45.0",
|
||||
"description": "Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more",
|
||||
"homepage": "https://trivy.dev",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/aquasecurity/trivy/releases/download/v0.45.0/trivy_0.45.0_windows-64bit.zip",
|
||||
"hash": "3ed7001daf525bcd6035f334afb4331c0457d026e47df8f9a0207bfc27498f4f"
|
||||
}
|
||||
},
|
||||
"bin": "trivy.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/aquasecurity/trivy"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/aquasecurity/trivy/releases/download/v$version/trivy_$version_windows-64bit.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/trivy_$version_checksums.txt",
|
||||
"regex": "$sha256\\s+$basename"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user