1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/pkg/engine
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
..
anchor fix mutate preprocessing for anchors (#3052) 2022-01-23 13:54:22 +00:00
common refactor: make response type (RuleType) typed (#3556) 2022-04-06 19:04:08 +00:00
context feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
jmespath Add returnType for regexMatch in kyverno jp output (#3575) 2022-04-11 08:34:14 +01:00
jsonutils refactor: move common utils (#3553) 2022-04-05 13:02:43 +00:00
mutate feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
operator *Range Operators (#2622) 2021-10-29 13:48:23 +02:00
response Verify digest (#3679) 2022-04-27 15:09:52 +00:00
utils Image verify attestors (#3614) 2022-04-19 08:35:12 -07:00
validate Image verify attestors (#3614) 2022-04-19 08:35:12 -07:00
variables Fix regression in wildcard matches in In/AnyIn operators (#3686) 2022-04-26 18:03:05 +00:00
wildcards refactor: move some helpers in utils package (#3539) 2022-04-04 18:58:22 +00:00
apiPath.go Set Version to Group/Version for /apis/* URLs 2021-03-06 00:22:12 -05:00
apiPath_test.go Add unit test 2021-03-08 22:56:14 -05:00
background.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
forceMutate.go refactor: engine context (#3563) 2022-04-09 11:52:50 +00:00
forceMutate_test.go refactor: engine context (#3563) 2022-04-09 11:52:50 +00:00
generation.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
imageVerify.go Verify digest (#3679) 2022-04-27 15:09:52 +00:00
imageVerify_test.go Verify digest (#3679) 2022-04-27 15:09:52 +00:00
imageVerifyValidate.go Verify digest (#3679) 2022-04-27 15:09:52 +00:00
jsonContext.go Support context variables when using foreach CLI (#3637) 2022-04-25 16:36:31 +00:00
jsonContext_test.go Cleanup imports (#2635) 2021-10-29 12:24:26 +02:00
loadtargets.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
mutation.go Support context variables when using foreach CLI (#3637) 2022-04-25 16:36:31 +00:00
mutation_test.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
policyContext.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
utils.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
utils_test.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
validation.go Verify digest (#3679) 2022-04-27 15:09:52 +00:00
validation_test.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00