1
0
mirror of synced 2025-12-30 03:01:36 -05:00
Files
docs/data/reusables/code-scanning/analyze-go.md
Ethan Palm 3557db40b8 Document CodeQL tracing behavior for Go (#19325)
* Update reusables

* Add reviewer feedback

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2021-05-14 09:56:52 -04:00

330 B

{% data variables.product.prodname_codeql %} also runs a build for Go projects to set up the project. However, in contrast to the other compiled languages, all Go files in the repository are extracted, not just those that are built. You can use custom build commands to skip extracting Go files that are not touched by the build.