1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-24 04:57:12 +00:00
kyverno/pkg/engine
Ved Ratan 367156f60b
[Chore] Bump to Go 1.20 ()
* changed go version 1.19->1.20

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* updated go version in actions

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* bumped golangci-lint

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* fix

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* fix conflicts

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* fix

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* fixed some linter issues

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* fixed some linter issues

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* possible fix

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* fix

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* small fix

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

* fix

Signed-off-by: Ved Ratan <vedratan8@gmail.com>

---------

Signed-off-by: Ved Ratan <vedratan8@gmail.com>
Signed-off-by: Ved Ratan <82467006+VedRatan@users.noreply.github.com>
2023-04-03 11:40:47 +00:00
..
anchor Replaces manually written logic with regex for matching anchor elements () 2023-01-30 12:17:19 +00:00
api refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
apicall [Chore] Bump to Go 1.20 () 2023-04-03 11:40:47 +00:00
context fix: replace more refect.DeepEqual () 2023-03-24 10:01:49 +00:00
handlers refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
internal refactor: introduce image mutation handler () 2023-03-31 06:41:48 +00:00
jmespath [Chore] Bump to Go 1.20 () 2023-04-03 11:40:47 +00:00
jsonutils refactor: move util funcs in sub packages () 2022-12-22 06:39:54 +00:00
mutate remove unused ctx () 2023-03-29 18:23:29 +00:00
operator fix: change inrange operator regexs () 2023-01-16 16:23:36 +01:00
pattern test: add pattern pkg unit tests () 2023-02-10 14:17:36 +08:00
policycontext feat: add operations support in match/exclude () 2023-03-29 04:22:21 +00:00
resources refactor: introduce engine handler () 2023-03-24 16:24:00 +00:00
test refactor: reduce store dependency in engine pkg () 2023-02-08 13:19:56 +00:00
utils feat: add operations support in match/exclude () 2023-03-29 04:22:21 +00:00
validate update k8s.gcr.io to registry.k8s.io () 2023-02-20 13:40:12 +00:00
variables [Chore] Bump to Go 1.20 () 2023-04-03 11:40:47 +00:00
wildcards Replaces manually written logic with regex for matching anchor elements () 2023-01-30 12:17:19 +00:00
attestation_test.go refactor: improve engine logger management () 2023-02-09 15:15:51 +00:00
background.go refactor: engine responses () 2023-03-30 11:59:32 +00:00
engine.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
exceptions.go refactor: remove rules pointer () 2023-03-29 17:44:09 +00:00
forceMutate.go remove unused ctx () 2023-03-29 18:23:29 +00:00
forceMutate_test.go refactor: improve engine logger management () 2023-02-09 15:15:51 +00:00
generation.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
image_verify.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
image_verify_test.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
mutation.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
mutation_test.go feat: add operations support in match/exclude () 2023-03-29 04:22:21 +00:00
policy_context.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
validation.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
validation_test.go feat: add operations support in match/exclude () 2023-03-29 04:22:21 +00:00