Add support for read/write permissive overrides in policies
Some checks failed
Go / build-and-release (push) Has been cancelled

Introduce `read_allow_permissive` and `write_allow_permissive` flags in the global rule to override kind whitelists for read or write operations. These flags allow more flexible policy configurations while maintaining blacklist enforcement and preventing conflicting settings. Updated tests and documentation for clarity.
This commit is contained in:
2025-12-03 20:26:49 +00:00
parent 52189633d9
commit 746523ea78
7 changed files with 322 additions and 17 deletions

View File

@@ -1 +1 @@
v0.32.6
v0.32.7