2024-03-26 13:11:23 +00:00

26 lines
862 B
JSON

{
"version": "2.16.6",
"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.6/codeql-win64.zip",
"hash": "83aa4bd5f28795ad9c2ccab419cb249818d70a9afb94abe7ebcaf2b4018a8afa",
"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"
}
}
}
}