mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 00:43:20 +01:00
Signed-off-by: Alex Goodman <alex.goodman@anchore.com> Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
6 lines
87 B
Go
6 lines
87 B
Go
package pkg
|
|
|
|
type ConanMetadata struct {
|
|
Ref string `mapstructure:"ref" json:"ref"`
|
|
}
|