ScoopInstaller_Main/bucket/osv-scanner.json
2023-06-28 08:29:54 +00:00

25 lines
881 B
JSON

{
"version": "1.3.5",
"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.3.5/osv-scanner_1.3.5_windows_amd64.exe#/osv-scanner.exe",
"hash": "08a78e3b30ee9c6f5f71d78d43cd6d27bdb5289e56d65efd464b0e79958f20cb"
}
},
"bin": "osv-scanner.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google/osv-scanner/releases/download/v$version/osv-scanner_$version_windows_amd64.exe#/osv-scanner.exe"
}
},
"hash": {
"url": "$baseurl/osv-scanner_$version_SHA256SUMS"
}
}
}