kubewarden/cel-policy

OCI capabilities can be used in CEL expressions

viccuad opened this issue · 1 comments

Acceptance criteria

  • Implement CEL functions:
    • OCI.GetOCIManifestDigest
    • OCI.GetOCIManifest
    • OCI.VerifyPubKeysImage
    • OCI.VerifyKeylessExactMatch
    • OCI.VerifyKeylessPrefixMatch
    • OCI.VerifyKeylessGithubActions
    • OCI.VerifyCertificate
  • Have unit tests as needed

Completed