mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 11:45:15 +00:00
25 lines
883 B
JSON
25 lines
883 B
JSON
{
|
|
"version": "0.89.1",
|
|
"description": "A vulnerability scanner for container images and filesystems.",
|
|
"homepage": "https://github.com/anchore/grype",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/anchore/grype/releases/download/v0.89.1/grype_0.89.1_windows_amd64.zip",
|
|
"hash": "3e6ba8711a9ebd8a0eb3fc386d99f66c512e1f429a5be71fe321627a680f42eb"
|
|
}
|
|
},
|
|
"bin": "grype.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/anchore/grype/releases/download/v$version/grype_$version_windows_amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/anchore/grype/releases/download/v$version/grype_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|