sonatype-nexus-community / nancy

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

Move `configuration` package to `go-sona-types` for reuse #200

Closed bhamail closed 3 years ago

bhamail commented 3 years ago

Move configuration package from Nancy into go-sona-types. This will allow other go projects that use ossi and iq credentials (e.g. ahab) to more easily share (and set) the same config files and file format used by Nancy.

After go-sona-types PR is merged, I will update this PR to use a released version of go-sona-types.

cc @bhamail / @DarthHater