From 3addb962a9d4c7e4e58c758149ab5db82c018fff Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Thu, 10 Sep 2020 00:50:32 -0700 Subject: [PATCH] Add change note for build tracing --- change-notes/2020-06-11-build-tracing.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 change-notes/2020-06-11-build-tracing.md diff --git a/change-notes/2020-06-11-build-tracing.md b/change-notes/2020-06-11-build-tracing.md new file mode 100644 index 00000000000..b500742db09 --- /dev/null +++ b/change-notes/2020-06-11-build-tracing.md @@ -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.