1
0
mirror of https://github.com/containers/buildah.git synced 2026-02-05 09:45:38 +01:00
Files
buildah/tests/deny.json
Nalin Dahyabhai c654b18cad commit/push: use an everything-allowed policy
Ignore the global signature policy, which is used to control whether or
not we can trust an image, when we're attempting to commit an image from
a container, or pushing an image.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>

Closes: #1579
Approved by: rhatdan
2019-05-10 18:09:37 +00:00

8 lines
76 B
JSON

{
"default": [
{
"type": "reject"
}
]
}