Skip to content

Commit 6df5ad2

Browse files
committed
fix annotation rendering
Signed-off-by: Javier Rodriguez <javier@chainloop.dev>
1 parent 1f60327 commit 6df5ad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkg/attestation/renderer/chainloop

pkg/attestation/renderer/chainloop/v02.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func commitAnnotations(c *v1.Commit) (*structpb.Struct, error) {
147147
// add author verification only if exists
148148
if c.GetPlatformVerification() != nil {
149149
pv := c.GetPlatformVerification()
150-
annotationsRaw[subjectGitAnnotationAuthorVerified] = pv.GetStatus()
150+
annotationsRaw[subjectGitAnnotationAuthorVerified] = pv.GetStatus().String()
151151
annotationsRaw[subjectGitAnnotationSignatureAlgorithm] = pv.GetSignatureAlgorithm()
152152
}
153153

0 commit comments

Comments
 (0)