mirror of
https://github.com/anchore/syft.git
synced 2026-02-13 02:56:42 +01:00
Signed-off-by: Alex Goodman <alex.goodman@anchore.com> Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
9 lines
307 B
Go
9 lines
307 B
Go
package pkg
|
|
|
|
type HackageMetadata struct {
|
|
Name string `mapstructure:"name" json:"name"`
|
|
Version string `mapstructure:"version" json:"version"`
|
|
PkgHash string `mapstructure:"pkgHash" json:"pkgHash,omitempty"`
|
|
SnapshotURL string `mapstructure:"snapshotURL" json:"snapshotURL,omitempty"`
|
|
}
|