Skip to content

Commit 45bb10f

Browse files
authored
Clarify private repository options in Go CodeQL documentation
Updated the documentation to clarify options for private repositories in Go CodeQL scans.
1 parent f1ec8db commit 45bb10f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

troubleshooting/codeql-builds/compiled-languages-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Autobuild fails with error "Some packages could not be found"
44

55
There are a few options when it comes to private repositories:
6-
- Default Setup [can take advantage of Global Private Registry configuration](https://github.blog/changelog/2025-06-10-private-registries-for-go-codeql-scans/) via `GOPROXY`
6+
- Default Setup can take advantage of Global Private Registry configuration via `GOPROXY` ([see announcement](https://github.blog/changelog/2025-06-10-private-registries-for-go-codeql-scans/)) or via `Git Source` ([see announcement](https://github.blog/changelog/2025-10-09-codeql-2-23-2-adds-additional-detections-for-rust-and-improves-accuracy-across-languages/))
77
- Advanced setup via yaml configuration can initialize the Go environment within the Actions workflow
88
- Vendor the dependencies
99

0 commit comments

Comments
 (0)