From fbd0fccf89f994a90fbc8d63e9c90942acdbc201 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Sat, 9 May 2020 09:09:35 -0500 Subject: v2podman image sign this is a straight port to add the podman image sign command. no improvements or refactoring done Signed-off-by: Brent Baude --- pkg/domain/entities/images.go | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pkg/domain/entities/images.go') diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index e116a90b9..cce3001eb 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -309,3 +309,13 @@ type SetTrustOptions struct { PubKeysFile []string Type string } + +// SignOptions describes input options for the CLI signing +type SignOptions struct { + Directory string + SignBy string + CertDir string +} + +// SignReport describes the result of signing +type SignReport struct{} -- cgit v1.2.3-54-g00ecf