ScoopInstaller_Main/bucket/osv-scanner.json

25 lines
857 B
JSON

{
"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.8.3/osv-scanner_windows_amd64.exe#/osv-scanner.exe",
"hash": "96a3a312ce02ffed2694b532a7d8047bf6ddeab58179a794755aeddda5f9c1ce"
}
},
"bin": "osv-scanner.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google/osv-scanner/releases/download/v$version/osv-scanner_windows_amd64.exe#/osv-scanner.exe"
}
},
"hash": {
"url": "$baseurl/osv-scanner_SHA256SUMS"
}
}
}