mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
26 lines
862 B
JSON
26 lines
862 B
JSON
{
|
|
"version": "2.11.5",
|
|
"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.11.5/codeql-win64.zip",
|
|
"hash": "94f82c7b31134b944a20845909d7c20721c042c3b4bb1c40bdd1d926c3d2e405",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|