kubewarden / cel-policy

A policy that can run CEL expressions
Apache License 2.0
5 stars 5 forks source link

feat: OCI capability to fetch image manifest and configuration. #66

Closed jvanz closed 5 months ago

jvanz commented 5 months ago

Description

Adds a new OCI capability to allow policy authors to fetch container image manifest, digest and image configuration in a single host call.

Fix #53

Test

make e2e-test
jvanz commented 5 months ago

Sorry, I've forgot to update the docs. Fixed!