kubewarden / cel-policy

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

Feature: automate bumps of dependencies under `third_party/` #72

Closed viccuad closed 1 month ago

viccuad commented 3 months ago

Currently, bumping k8s.io/apiserver is a manual process, as we have trimmed unexercised code from it to make the policy slimmer, and slotted it under third_party/ as is standard for go code in this case.

We would like to bump the code under third_party/ automatically.

Acceptance criteria