mirror of
https://github.com/anchore/syft.git
synced 2025-11-19 09:23:15 +01:00
* port swift cataloger to new generic cataloger pattern Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * add cocopods metadata to json schema defs Signed-off-by: Alex Goodman <alex.goodman@anchore.com> * update json test fixture with latest schema version Signed-off-by: Alex Goodman <alex.goodman@anchore.com> Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
6 lines
106 B
Go
6 lines
106 B
Go
package pkg
|
|
|
|
type CocoapodsMetadata struct {
|
|
Checksum string `mapstructure:"checksum" json:"checksum"`
|
|
}
|