1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/engine/api
Mariam Fahmy c796bb765c
fix: return policies with either audit or enforce rules from the cache (#10667)
* fix: return policies with either audit or enforce rules from the cache

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* feat: introduce validationFailureAction under verifyImage rules

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* feat: add chainsaw tests

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

* fix

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>

---------

Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
2024-08-06 18:24:28 +00:00
..
client.go Reduce deps (#8654) 2023-11-09 13:04:24 +00:00
contextloader.go fix: image cache panic and cleanup (#8512) 2023-09-22 10:40:16 +00:00
engine.go refactor: don't process context/preconditions in invokeHandler (#6751) 2023-04-03 12:57:48 +08:00
engineresponse.go fix: return policies with either audit or enforce rules from the cache (#10667) 2024-08-06 18:24:28 +00:00
engineresponse_test.go feat: migrate validationFailureAction and validationFailureActionOverrides (#10528) 2024-06-26 09:13:02 +02:00
fuzz_test.go feat: add fuzzers from cncf-fuzzing (#8027) 2023-08-16 16:42:37 +00:00
imageverifymetadata.go feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00
imageverifymetadata_test.go feat: add skipImageReferences in verify images (#8633) 2024-01-23 12:27:39 +00:00
policy.go fix: change generic policy to not return any (#9463) 2024-01-20 19:20:22 +02:00
policycontext.go feat: bump update request api version (#10508) 2024-06-20 09:44:43 +00:00
policyresponse.go refactor: policy response (#6877) 2023-04-12 16:20:42 +00:00
resolver.go refactor: move resolvers into engine api package (#6162) 2023-01-31 07:46:38 +00:00
resolver_test.go Fix deferred loading (#7597) 2023-06-27 09:58:50 -07:00
resourcespec.go refactor: clean engine api package (#6156) 2023-01-30 14:49:44 +00:00
resourcespec_test.go refactor: clean engine api package (#6156) 2023-01-30 14:49:44 +00:00
ruleresponse.go fix: return all the exceptions that match the incoming resource (#10722) 2024-07-25 17:36:19 +00:00
ruleresponse_test.go refactor: engine rule response creation (#6784) 2023-04-05 10:35:38 +00:00
rulestatus.go feat: apply generate rules on trigger events (#6508) 2023-03-10 17:17:10 +00:00
ruletype.go refactor: clean engine api package (#6156) 2023-01-30 14:49:44 +00:00
selector.go chore: use v2 clients for policy exceptions (#10530) 2024-06-24 16:36:55 +00:00
stats.go refactor: policy response (#6877) 2023-04-12 16:20:42 +00:00
stats_test.go chore: add engine api stats unit tests (#7451) 2023-06-07 10:11:46 +00:00