sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
549 stars 76 forks source link

Update version string to have "v" prefix expected by OSSIndex #264

Closed bhamail closed 2 years ago

bhamail commented 2 years ago

Recent changes to OSSIndex now expect golang component versions to be prefixed with the letter "v". We should update to follow this pattern. Might only need to change go-sona-types lib?

cc @bhamail / @DarthHater