mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
883 B
JSON
25 lines
883 B
JSON
{
|
|
"version": "0.85.0",
|
|
"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.85.0/grype_0.85.0_windows_amd64.zip",
|
|
"hash": "0ec5e3698fed948cbb849c7e78d76bfad355bbef3324a801920999e7130f64ab"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|