1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/pkg/webhookconfig
Jim Bugwadia ab5171cee5
Verify digest (#3679)
* add verifyDigest to check all tags are converted to digests

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* add required to check for image verification annotation

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* make fmt

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* generate CRD

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* adding imageverify true/false patch

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* patch addition logic

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* image verify CLI tests

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix tests

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fixes and unit tests

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix digest mutate

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fmt

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* make codegen

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

* fix policy cache

Signed-off-by: Jim Bugwadia <jim@nirmata.com>

Co-authored-by: anushkamittal20 <anumittal4641@gmail.com>
2022-04-27 15:09:52 +00:00
..
certmanager.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
common.go refactor: use typed k8s client in tls package (#3678) 2022-04-26 20:18:14 +00:00
configmanager.go Verify digest (#3679) 2022-04-27 15:09:52 +00:00
configmanager_test.go fix: webhooks are not configured correctly (#3660) 2022-04-25 15:19:39 +00:00
monitor.go refactor: use typed k8s client in tls package (#3678) 2022-04-26 20:18:14 +00:00
policy.go Dynamic webhooks (#2425) 2021-10-05 00:15:09 -07:00
registration.go refactor: use typed k8s client in tls package (#3678) 2022-04-26 20:18:14 +00:00
registration_test.go update webhook registration and monitor (#1318) 2020-11-26 16:07:06 -08:00
resource.go fix webhook configuration issue when auto update is disabled (#3417) 2022-03-18 10:05:00 +00:00
status.go adds lease objects for storing last-request-time and set-status annotations in deployment (#3447) 2022-03-25 21:42:01 +08:00