Add mutation for adding digest to image spec

This commit is contained in:
Jonny Stoten
2024-06-20 12:25:04 +01:00
parent 0e3d5b5911
commit 3378c90b3f
8 changed files with 138 additions and 30 deletions

View File

@@ -17,7 +17,7 @@ spec:
images := [img | img = input.review.object.spec.containers[_].image]
# send external data request
response := external_data({"provider": "attest-provider", "keys": images})
response := external_data({"provider": "attest-provider-validate", "keys": images})
response_with_error(response)