2022-08-02 20:30:51 +00:00

26 lines
862 B
JSON

{
"version": "2.10.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.10.2/codeql-win64.zip",
"hash": "5de2bfb6fa8a355b1974043cdf369e3be865ccbcfb0643aa826d3881dc4e82d1",
"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"
}
}
}
}