mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
codeql: Add version 2.10.1 (#3771)
* add codeql 2.10.1 * add codeql 2.10.1 * fix license after review comment
This commit is contained in:
parent
273d4e73e6
commit
1977e76b93
25
bucket/codeql.json
Normal file
25
bucket/codeql.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": "2.10.1",
|
||||
"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.1/codeql-win64.zip",
|
||||
"hash": "9decdb563ac4debc52c0e9b7b85202f5fe3d24f29958def5f77c92b0166748a0",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user