Add change note for build tracing

This commit is contained in:
Sauyon Lee
2020-09-10 00:50:32 -07:00
parent 85c92251d6
commit 3addb962a9

View File

@@ -0,0 +1,5 @@
lgtm,codescanning
* The Go extractor now supports build tracing, allowing users to supply a build command when
creating databases with the CodeQL CLI or via configuration. It currently only supports projects
that use Go modules. To opt-in, set the environment variable `CODEQL_EXTRACTOR_GO_BUILD_TRACING`
to `on`, or supply a build command.