File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ For more details on CodeQL customization packs see the section [CodeQL customiza
1818The CodeQL bundle application can be installed using ` pip ` with the command:
1919
2020``` bash
21- python 3.11 -m pip install https://github.com/rvermeulen/codeql-bundle/releases/download/v0.1.2 /codeql_bundle-0.1.2 -py3-none-any.whl
21+ python 3.11 -m pip install https://github.com/rvermeulen/codeql-bundle/releases/download/v0.1.5 /codeql_bundle-0.1.5 -py3-none-any.whl
2222```
2323
2424## Usage
@@ -54,4 +54,4 @@ This example targets the C/C++ language, but you can use this for any supported
54541 . Create a new pack ` codeql pack init foo/cpp-customizations ` .
55552 . Turn the pack into a library pack ` sed -i '' -e 's/library: false/library: true/' cpp-customizations/qlpack.yml ` .
56563 . Add a dependency on ` codeql/cpp-all ` with ` codeql pack add --dir=cpp-customizations codeql/cpp-all `
57- 4 . Implement the customizations module with ` mkdir -p cpp-customizations/foo/cpp_customizations && echo "import cpp" > cpp-customizations/foo/cpp_customizations/Customizations.qll `
57+ 4 . Implement the customizations module with ` mkdir -p cpp-customizations/foo/cpp_customizations && echo "import cpp" > cpp-customizations/foo/cpp_customizations/Customizations.qll `
You can’t perform that action at this time.
0 commit comments