For modules that are v2 or above, and binaries which live in the module root, the import path ends with the major version (e.g., github.com/ossf/scorecard/v5). This results in the binary being named v5 inside the container instead of scorecard.
Are you open to me sending a patch for this edge case?
For modules that are v2 or above, and binaries which live in the module root, the import path ends with the major version (e.g.,
github.com/ossf/scorecard/v5). This results in the binary being namedv5inside the container instead ofscorecard.Are you open to me sending a patch for this edge case?