ScoopInstaller_Main/bucket/osv-scanner.json
2026-02-12 00:53:29 +00:00

25 lines
857 B
JSON

{
"version": "2.3.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/v2.3.3/osv-scanner_windows_amd64.exe#/osv-scanner.exe",
"hash": "8a41dcb9377937e78299fbb22f494f69019002b79a0c18d174de621b0638ae46"
}
},
"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"
}
}
}