mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
26 lines
862 B
JSON
26 lines
862 B
JSON
{
|
|
"version": "2.16.2",
|
|
"description": "Source code security analyzer from GitHub",
|
|
"homepage": "https://github.com/github/codeql-cli-binaries",
|
|
"license": {
|
|
"identifier": "Proprietary",
|
|
"url": "https://github.com/github/codeql-cli-binaries/blob/main/LICENSE.md"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.16.2/codeql-win64.zip",
|
|
"hash": "808381e72ce92b676d41f5f272cc6e33b339598fdf0ca18e27685f1a6f2bb7e0",
|
|
"extract_dir": "codeql"
|
|
}
|
|
},
|
|
"bin": "codeql.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/github/codeql-cli-binaries/releases/download/v$version/codeql-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|