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
23 lines
601 B
JSON
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" }] }
|
|
}
|
|
}
|