grype/internal/constants.go
Alex Goodman 009dcb1a46
Ignore prerelease versions on release + add DB update URL (#76)
* ignore prerelease versions when uploading version file on release

* add db update url
2020-07-30 12:37:49 -04:00

5 lines
161 B
Go

package internal
// note: do not change this
const ApplicationName = "grype"
const DBUpdateURL = "https://toolbox-data.anchore.io/grype/databases/listing.json"