syft/syft/file/digest.go
Alex Goodman cfbb9f703b
add file source digest support (#1914)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
2023-07-05 13:47:13 -04:00

7 lines
107 B
Go

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