From 7bb64e75676c0b00e647af3f6db61fea817ae533 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 8 Dec 2023 17:30:47 +1100 Subject: [PATCH] fix(trustpolicy): small typo in registryScopes --- .notation/policy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.notation/policy.json b/.notation/policy.json index 0a6a15a..a510665 100644 --- a/.notation/policy.json +++ b/.notation/policy.json @@ -4,7 +4,7 @@ { "name": "fluxcd.io", "registryScopes": [ - "ghcr.io/jasonthedeveloper/podinfo-display", + "ghcr.io/jasonthedeveloper/podinfo-deploy", "ghcr.io/jasonthedeveloper/charts/podinfo" ], "signatureVerification": { @@ -12,7 +12,7 @@ }, "trustStores": [ "ca:fluxcd.io" ], "trustedIdentities": [ - "*" + "x509.subject: C=US, ST=WA, L=Seattle, O=Notary, CN=fluxcd.io" ] } ]