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

feat: expose capability to get OCI image configuration. #90

Closed jvanz closed 4 months ago

jvanz commented 4 months ago

Description

Adds a new function to allow policy author to get the OCI image manifest and configuration from a given OCI image name.

Fix #87