feat(notation): add trust store policy

This commit is contained in:
Jason
2023-12-07 16:57:04 +11:00
parent 45ecda63bb
commit c29e013a33
+16
View File
@@ -0,0 +1,16 @@
{
"version": "1.0",
"trustPolicies": [
{
"name": "fluxcd.io",
"registryScopes": [ "ghcr.io/jasonthedeveloper/podinfo-deploy" ],
"signatureVerification": {
"level" : "strict"
},
"trustStores": [ "ca:fluxcd.io" ],
"trustedIdentities": [
"*"
]
}
]
}