diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-15 17:18:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 17:18:26 -0400 |
commit | 9efeb1cf290509caa4b0e3c206fe72d194d76a1e (patch) | |
tree | 653ee61a5086903531de11298859e1f1a45fe2e1 /docs/source/markdown/podman-image-trust.1.md | |
parent | 6dcff5c32b4ed68378c6df7c6b0fd04a902dc405 (diff) | |
parent | d41985600901660c0397bcb1d18e0e2a603b7e56 (diff) | |
download | podman-9efeb1cf290509caa4b0e3c206fe72d194d76a1e.tar.gz podman-9efeb1cf290509caa4b0e3c206fe72d194d76a1e.tar.bz2 podman-9efeb1cf290509caa4b0e3c206fe72d194d76a1e.zip |
Merge pull request #6903 from ashley-cui/problemlang
Fix & add notes regarding problematic language in codebase
Diffstat (limited to 'docs/source/markdown/podman-image-trust.1.md')
-rw-r--r-- | docs/source/markdown/podman-image-trust.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-image-trust.1.md b/docs/source/markdown/podman-image-trust.1.md index 435d117f1..8b80ca602 100644 --- a/docs/source/markdown/podman-image-trust.1.md +++ b/docs/source/markdown/podman-image-trust.1.md @@ -30,8 +30,8 @@ If no configuration is found for any of these scopes, the default value (specifi Trust **type** provides a way to: -Whitelist ("accept") or -Blacklist ("reject") registries or +Allowlist ("accept") or +Denylist ("reject") registries or Require signature (“signedBy”). Trust may be updated using the command **podman image trust set** for an existing trust scope. |