mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
8 lines
186 B
Go
8 lines
186 B
Go
package json
|
|
|
|
// Descriptor describes what created the document as well as surrounding metadata
|
|
type Descriptor struct {
|
|
Name string `json:"name"`
|
|
Version string `json:"version"`
|
|
}
|