github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/internal/constants.go (about)

     1  package internal
     2  
     3  const (
     4  	// ApplicationName is the non-capitalized name of the application (do not change this)
     5  	ApplicationName = "gosbom"
     6  
     7  	// JSONSchemaVersion is the current schema version output by the JSON encoder
     8  	// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
     9  	JSONSchemaVersion = "8.0.1"
    10  )