clarify options for tracing

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
Ethan Palm
2021-05-14 14:00:33 -04:00
committed by GitHub
parent 4cf695b5ab
commit 6dd30ee5e2

View File

@@ -171,8 +171,9 @@ build steps, you may need to explicitly define each step in the command line.
The Go autobuilder attempts to automatically detect Go code in a repository,
and only runs build scripts in an attempt to fetch dependencies. To force
CodeQL to use your build script, set the environment variable
`CODEQL_EXTRACTOR_GO_BUILD_TRACING=on` or use the ``--command`` option.
CodeQL to limit extraction to the files compiled by your build script, set the environment variable
`CODEQL_EXTRACTOR_GO_BUILD_TRACING=on` or use the ``--command`` option to specify a
build command.
Specifying build commands
~~~~~~~~~~~~~~~~~~~~~~~~~