Skip to content

Commit 6dd30ee

Browse files
ethanpalmsmowton
andauthored
clarify options for tracing
Co-authored-by: Chris Smowton <[email protected]>
1 parent 4cf695b commit 6dd30ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/codeql/codeql-cli/creating-codeql-databases.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,9 @@ build steps, you may need to explicitly define each step in the command line.
171171

172172
The Go autobuilder attempts to automatically detect Go code in a repository,
173173
and only runs build scripts in an attempt to fetch dependencies. To force
174-
CodeQL to use your build script, set the environment variable
175-
`CODEQL_EXTRACTOR_GO_BUILD_TRACING=on` or use the ``--command`` option.
174+
CodeQL to limit extraction to the files compiled by your build script, set the environment variable
175+
`CODEQL_EXTRACTOR_GO_BUILD_TRACING=on` or use the ``--command`` option to specify a
176+
build command.
176177

177178
Specifying build commands
178179
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)