mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-19 20:26:38 +00:00
17 lines
391 B
JSON
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": [
|
|
"*"
|
|
]
|
|
}
|
|
]
|
|
}
|