kubewarden / policy-sdk-go

Kubewarden Policy SDK for the Go programming language
https://kubewarden.io
Apache License 2.0
8 stars 7 forks source link

Add the host capability to get the container image config in the Go SDK #87

Closed jvanz closed 4 months ago

jvanz commented 4 months ago

Recently we're working to add a new host capability to allow policy authors to get the container image config. The SDK should be updated to expose this new capability.

Acceptance criteria