Flavio Castelli
Flavio Castelli
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior It's currently possible to create a `PolicyServer` resource that looks like...
### Checklist This issue tracks the release of a new version of Kubewarden. Please follow the checklist below to ensure a smooth release process. - [x] Bump policy server version...
> **TODO:** to be refiened All our policies should also be published as helm charts (one per policy), to simplify how the Kubewarden UI discovers their existence. For that: -...
Write a Kubewarden policy that can be used to migrate this NeuVector policy:  ## Acceptance criteria - [ ] Define a settings file for the policy - [ ]...
Publish all the policies defined inside of [`rego-policies-library`](https://github.com/kubewarden/rego-policies-library) repository on ArtifactHub.
Instead of creating a separate command for policy groups, we could add a new flag to the `run` command that takes a CRD as an input. e.g. `kwctl run --crd...
**Describe the bug** We're using tarpaulin to collect coverage of end-to-end test of [kwctl](https://github.com/kubewarden/kwctl/), a Rust cli tool. The tests are running fine and produce many `profraw` files. I've seen...
Fix a regression introduced by `working-directory` settings, introduced by commit b7dc4eb. The commit started to invoke `cargo-audit` with the `--file /Cargo.lock` flag. However not all the Rust projects have `Cargo.lock`...
I wanted to discover what changed between release 0.55 and 0.56, but I realized releases do not have git tags. It looks like you stopped creating git tags a long...
It would be nice to have a flag (and hence an env variable) that forces the usage of the most recent version of the `kubectl` binary available on the system,...