x/vuln/cmd/govulncheck: cgo incompatibility #51819
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
vulncheck or vulndb
Issues for the x/vuln or x/vulndb repo
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Running
govulncheck
on packages that rely on cgo results in errorsWhat did you see?
Details ...
https://github.com/containers/podman/blob/main/vendor/github.com/proglottis/gpgme/data.go#L7
How should
govulncheck
ignoreimport "C"
?The text was updated successfully, but these errors were encountered: