This should avoid traces such as
Failed to run code analysis (govulncheck) on 'src/additional-packages/tuleap-smokescreen/go.mod' because govulncheck: loading packages:
There are errors with the provided package patterns:
-: # runtime/cgo
cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in $PATH
/nix/store/7jla6hpramqdvihy4vy83wjnrn3v3j5a-go-1.25.3/share/go/src/runtime/cgo/cgo.go:34:8: could not import C (no metadata for C)
/nix/store/7jla6hpramqdvihy4vy83wjnrn3v3j5a-go-1.25.3/share/go/src/net/cgo_linux.go:12:8: could not import C (no metadata for C)
For details on package patterns, see https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.