File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -202,9 +202,12 @@ commands that you can specify for compiled languages.
202
202
203
203
codeql database create csharp-database --language=csharp --command='dotnet build /p:UseSharedCompilation=false /t:rebuild'
204
204
205
+ - Go project built using the ``COEQL_EXTRACTOR_GO_BUILD_TRACING=on `` environment variable::
206
+ CODEQL_EXTRACTOR_GO_BUILD_TRACING=on codeql database create go-database --language=go
207
+
205
208
- Go project built using a custom build script::
206
209
207
- CODEQL_EXTRACTOR_GO_BUILD_TRACING=on codeql database create go-database --language=go --command='./scripts/build.sh'
210
+ codeql database create go-database --language=go --command='./scripts/build.sh'
208
211
209
212
- Java project built using Gradle::
210
213
You can’t perform that action at this time.
0 commit comments