mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 17:11:26 +00:00
28 lines
959 B
JSON
28 lines
959 B
JSON
{
|
|
"version": "0.50.1",
|
|
"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.50.1/trivy_0.50.1_windows-64bit.zip",
|
|
"hash": "6cc07a5e1788d6427015c5d0d4bcaf71d8bad578ac6f2c2417ecfe4237b98252"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|