grype: Add version 0.50.2 (#3986)

This commit is contained in:
Dany-coder778 2022-09-29 10:13:53 +02:00 committed by GitHub
parent dcc99b0b37
commit b98b989794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/grype.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "0.50.2",
"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.50.2/grype_0.50.2_windows_amd64.zip",
"hash": "669fac80710ef7116faddb40bc7dbd3cab6ab115b53c2ea4f334ef664521c81a"
}
},
"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"
}
}
}