scorecard
scorecard copied to clipboard
Detect more unpinned golang commands
There are several commands https://go.dev/ref/mod that update the go.mod/go.sum and may patch the sum file.
We should detect them in the Pinned-Dependencies check.
other examples go test -mod=vendor
Note that a command such as go install [email protected] may be considered pinned, because of the logs used to cache packages. However, this would not updated by tools like renovatebot / dependabot because they cannot parse commands, so we may still want to discourage this practice.
This issue is stale because it has been open for 60 days with no activity.
This issue has been marked stale because it has been open for 60 days with no activity.