github.com/AbhinandanKurakure/podman/v3@v3.4.10/test/e2e/sign/policy.json (about)

     1  {
     2      "default": [
     3          {
     4              "type": "insecureAcceptAnything"
     5          }
     6      ],
     7      "transports": {
     8          "docker": {
     9              "localhost:5000": [
    10                  {
    11                      "type": "signedBy",
    12                      "keyType": "GPGKeys",
    13                      "keyPath": "/tmp/key.gpg"
    14                  }
    15              ]
    16          }
    17      }
    18  }