kubewarden / cel-policy

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

feat: Add `OCI.GetOCIManifest` #36

Closed viccuad closed 4 months ago

viccuad commented 5 months ago

Description

Fix https://github.com/kubewarden/cel-policy/issues/31

Depends on https://github.com/kubewarden/policy-sdk-go/pull/82 and a new release of sdk-go v0.8.1.

Implements OCI.GetOCIManifest by returning the response as a CEL map.

Test

CI

Additional Information

Tradeoff

Potential improvement

fabriziosestito commented 4 months ago

superseded by oci/sigstore refactor