We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec24c8 commit cca3c4dCopy full SHA for cca3c4d
README.md
@@ -16,6 +16,14 @@ docker pull ghcr.io/nealfennimore/codeql:go
16
docker pull ghcr.io/nealfennimore/codeql:cpp
17
```
18
19
+### Building Locally
20
+If you prefer to build locally instead of using a precompiled image
21
+```sh
22
+docker build . \
23
+ --build-arg CLI_VERSION=2.7.0 \
24
+ --build-arg CODE_LANGUAGE=$CODE_LANGUAGE \
25
+ --tag ghcr.io/nealfennimore/codeql:$CODE_LANGUAGE
26
+```
27
## Usage
28
29
### Shell
0 commit comments