mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
28 lines
959 B
JSON
28 lines
959 B
JSON
{
|
|
"version": "0.52.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.52.0/trivy_0.52.0_windows-64bit.zip",
|
|
"hash": "4c49d649f782ad40e3ac3316b35fc9dc1c44ac0ef9c45ce71799fd68aa4c2e0e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|