From 05dc24096b60eda282c056157c57716fc1ed72c2 Mon Sep 17 00:00:00 2001 From: Rex P <106129829+another-rex@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:01:28 +1000 Subject: [PATCH] Update osv-scanner.json to fit new binary naming scheme (#6097) Fixes #5580 --- bucket/osv-scanner.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/osv-scanner.json b/bucket/osv-scanner.json index 09eaa587f9..a2507adb39 100644 --- a/bucket/osv-scanner.json +++ b/bucket/osv-scanner.json @@ -1,12 +1,12 @@ { - "version": "1.6.2", + "version": "1.8.3", "description": "Find existing vulnerabilities affecting your project's dependencies.", "homepage": "https://github.com/google/osv-scanner", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/google/osv-scanner/releases/download/v1.6.2/osv-scanner_1.6.2_windows_amd64.exe#/osv-scanner.exe", - "hash": "2bccba4c1b97906ec9dab4307d2ec701c5636f786e073707880ba91e57a71923" + "url": "https://github.com/google/osv-scanner/releases/download/v1.8.3/osv-scanner_windows_amd64.exe#/osv-scanner.exe", + "hash": "96a3a312ce02ffed2694b532a7d8047bf6ddeab58179a794755aeddda5f9c1ce" } }, "bin": "osv-scanner.exe", @@ -14,11 +14,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/google/osv-scanner/releases/download/v$version/osv-scanner_$version_windows_amd64.exe#/osv-scanner.exe" + "url": "https://github.com/google/osv-scanner/releases/download/v$version/osv-scanner_windows_amd64.exe#/osv-scanner.exe" } }, "hash": { - "url": "$baseurl/osv-scanner_$version_SHA256SUMS" + "url": "$baseurl/osv-scanner_SHA256SUMS" } } }