From 49a4b31d5364dc4327f546b3d59e2ac9fde55360 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 7 Dec 2023 18:06:52 +1100 Subject: [PATCH] feat(notation): update registry scopes --- .notation/policy.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.notation/policy.json b/.notation/policy.json index e811ef6..0a6a15a 100644 --- a/.notation/policy.json +++ b/.notation/policy.json @@ -3,7 +3,10 @@ "trustPolicies": [ { "name": "fluxcd.io", - "registryScopes": [ "ghcr.io/jasonthedeveloper/podinfo-deploy" ], + "registryScopes": [ + "ghcr.io/jasonthedeveloper/podinfo-display", + "ghcr.io/jasonthedeveloper/charts/podinfo" + ], "signatureVerification": { "level" : "strict" },