containers / ocicrypt

Encryption libraries for Encrypted OCI Container images
Apache License 2.0
141 stars 33 forks source link

add check annotations is nil #65

Closed ningmingxiao closed 2 years ago

ningmingxiao commented 2 years ago

Signed-off-by: ningmingxiao ning.mingxiao@zte.com.cn

ningmingxiao commented 2 years ago

I make keyWrapperAnnotations= nil by mistake,but will show an error
errors.New("missing private key needed for decryption"),this error is not right.

stefanberger commented 2 years ago

nill -> nil

ningmingxiao commented 2 years ago

nill -> nil

done,thank you

stefanberger commented 2 years ago

LGTM