mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
26 lines
862 B
JSON
26 lines
862 B
JSON
{
|
|
"version": "2.10.4",
|
|
"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.10.4/codeql-win64.zip",
|
|
"hash": "7d3b3a987f57f3cc77d5c2c559410bba1212fa78eedfcc6c5e0b4188994b1409",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|