mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
25 lines
857 B
JSON
25 lines
857 B
JSON
{
|
|
"version": "2.2.1",
|
|
"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.2.1/osv-scanner_windows_amd64.exe#/osv-scanner.exe",
|
|
"hash": "83bdc53ddee301b9208c355b473b9a8c8a2e8a94ec845bed0d3e1835f67b0ca4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|