fix(trustpolicy): small typo in registryScopes

This commit is contained in:
Jason
2023-12-08 17:30:47 +11:00
parent 49a4b31d53
commit 7bb64e7567
+2 -2
View File
@@ -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"
]
}
]