From b98b989794e30650360d915f5007c2669daf6a78 Mon Sep 17 00:00:00 2001 From: Dany-coder778 <79911639+Dany-coder778@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:13:53 +0200 Subject: [PATCH] grype: Add version 0.50.2 (#3986) --- bucket/grype.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/grype.json diff --git a/bucket/grype.json b/bucket/grype.json new file mode 100644 index 0000000000..43d64d4718 --- /dev/null +++ b/bucket/grype.json @@ -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" + } + } +}