Skip to content

Commit

Permalink
Update attestation/product/product.go
Browse files Browse the repository at this point in the history
Co-authored-by: John Kjell <[email protected]>
Signed-off-by: Matthias Glastra <[email protected]>
  • Loading branch information
matglas and jkjell committed Aug 9, 2024
1 parent dfedf35 commit dbd93f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation/product/product.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func fromDigestMap(workingDir string, digestMap map[string]cryptoutil.DigestSet)
=======
type attestorJson struct {
Products map[string]attestation.Product `json:"products"`
Configuration attestorConfiguration `json:"configuration"`
Configuration *attestorConfiguration `json:"configuration,omitempty"`
}

type attestorConfiguration struct {
Expand Down

0 comments on commit dbd93f6

Please sign in to comment.