sharenet/registry/containers-policy.json
continuist e76baeeb2f
Some checks are pending
CI/CD Pipeline (Fully Isolated DinD) / Run Tests (DinD) (push) Waiting to run
CI/CD Pipeline (Fully Isolated DinD) / Build and Push Docker Images (DinD) (push) Blocked by required conditions
CI/CD Pipeline (Fully Isolated DinD) / Deploy to Production (push) Blocked by required conditions
Improve security #12
2025-08-24 17:33:00 -04:00

23 lines
601 B
JSON

{
"default": [{ "type": "reject" }],
"transports": {
"docker": {
"REGISTRY_HOST": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/containers/keys/org-cosign.pub",
"signedIdentity": { "type": "matchRepository" }
}
],
"REGISTRY_HOST:4443": [
{
"type": "sigstoreSigned",
"keyPath": "/etc/containers/keys/org-cosign.pub",
"signedIdentity": { "type": "matchRepository" }
}
],
"docker.io": [{ "type": "reject" }]
},
"docker-daemon": { "": [{ "type": "reject" }] }
}
}