kubewarden / policy-sdk-rust

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

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

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 #145

Test

To test this pull request, you can run the following commands:

make test