mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
009dcb1a46
* ignore prerelease versions when uploading version file on release * add db update url
5 lines
161 B
Go
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"
|