omit vcs info from build by spencerschrock · Pull Request #1514 · ossf/scorecard-action

@spencerschrock

The detected info is interfering with the manually specified Scorecard
version in the LDFLAGS. While `buildvcs` has been present since Go 1.18,
Go 1.24 changed the behavior again. Our docker image uses Go 1.24 as of
3676bbc.

https://go.dev/doc/go1.24#go-command

Signed-off-by: Spencer Schrock <sschrock@google.com>

raghavkaul