Update osv-scanner.json to fit new binary naming scheme (#6097)

Fixes #5580
This commit is contained in:
Rex P 2024-08-19 19:01:28 +10:00 committed by GitHub
parent 3b424f4f99
commit 05dc24096b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
}