syft/internal/constants.go
Alex Goodman 81c956cdbd
update json schema to v2
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
2021-11-22 14:36:17 -05:00

11 lines
408 B
Go

package internal
const (
// ApplicationName is the non-capitalized name of the application (do not change this)
ApplicationName = "syft"
// JSONSchemaVersion is the current schema version output by the JSON presenter
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "2.0.0"
)