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.
202202
203203 codeql database create csharp-database --language=csharp --command='dotnet build /p:UseSharedCompilation=false /t:rebuild'
204204
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+
205208- Go project built using a custom build script::
206209
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'
208211
209212- Java project built using Gradle::
210213
You can’t perform that action at this time.
0 commit comments