github.com/anchore/syft@v1.38.2/internal/constants.go (about)

     1  package internal
     2  
     3  const (
     4  	// JSONSchemaVersion is the current schema version output by the JSON encoder
     5  	// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
     6  	JSONSchemaVersion = "16.1.0"
     7  
     8  	// Changelog
     9  	// 16.1.0 - reformulated the python pdm fields (added "URL" and removed the unused "path" field).
    10  
    11  )