Move containers policy file to the right place
All checks were successful
Build container image / Build and push image (push) Successful in 26m27s

Oops :D
This commit is contained in:
2025-11-16 15:28:03 +09:00
parent 8d50133103
commit 91d249901e

View File

@@ -0,0 +1,32 @@
{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"davejansen.dev": [
{
"type": "sigstoreSigned",
"keyPaths": ["/etc/pki/containers/davejansen.pub"],
"signedIdentity": {
"type": "matchRepository"
}
}
],
"": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}