mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
26 lines
862 B
JSON
26 lines
862 B
JSON
{
|
|
"version": "2.23.3",
|
|
"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.23.3/codeql-win64.zip",
|
|
"hash": "4fd0a039438ddc66f7f178cee9008686fe689f9e06e2cb7adc4bc73622220378",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|