Flavio Castelli

Results 90 issues of 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...

kind/chore

> **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: -...

kind/epic
kind/to-be-refined

Write a Kubewarden policy that can be used to migrate this NeuVector policy: ![image](https://github.com/user-attachments/assets/55f6b78e-8a79-41d5-b93a-16356c972aed) ## Acceptance criteria - [ ] Define a settings file for the policy - [ ]...

area/policy
kind/spike

Publish all the policies defined inside of [`rego-policies-library`](https://github.com/kubewarden/rego-policies-library) repository on ArtifactHub.

status/blocked

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...

kind/enhancement

**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,...

kind/feature