feat(notation): update registry scopes

This commit is contained in:
Jason
2023-12-07 18:06:52 +11:00
parent c29e013a33
commit 49a4b31d53
+4 -1
View File
@@ -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"
},