2023-08-25 16:27:14 +00:00

26 lines
862 B
JSON

{
"version": "2.14.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.14.3/codeql-win64.zip",
"hash": "2b0f34c451c0a68f1ecbacf0c0bcd16e50f9dcb8d4edc58c421c35b6d604bbf9",
"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"
}
}
}
}