syft/syft/file/digest.go
Alex Goodman 6a960ec1f3
update json schema with optional poweruser data shape
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
2021-03-22 10:56:16 -04:00

7 lines
107 B
Go

package file
type Digest struct {
Algorithm string `json:"algorithm"`
Value string `json:"value"`
}