mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
25 lines
881 B
JSON
25 lines
881 B
JSON
{
|
|
"version": "1.3.6",
|
|
"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.6/osv-scanner_1.3.6_windows_amd64.exe#/osv-scanner.exe",
|
|
"hash": "f0ebec92386fca9ce3c224fc58a7b2431b52e38c139ec4aff5c5437a61c1d08f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|