Files
podinfo/.notation/policy.json
T

17 lines
391 B
JSON

{
"version": "1.0",
"trustPolicies": [
{
"name": "fluxcd.io",
"registryScopes": [ "ghcr.io/jasonthedeveloper/podinfo-deploy" ],
"signatureVerification": {
"level" : "strict"
},
"trustStores": [ "ca:fluxcd.io" ],
"trustedIdentities": [
"*"
]
}
]
}