mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
update README.md
This commit is contained in:
parent
9f21e5898c
commit
1dfccf99d4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ These policies are highly recommended.
|
|||
1. [Run as non-root user](RunAsNonRootUser.md)
|
||||
2. [Disable privileged containers and disallow privilege escalation](DisablePrivilegedContainers.md)
|
||||
3. [Require Read-only root filesystem](RequireReadOnlyFS.md)
|
||||
4. [Disallow use of host filesystem](DisallowHostFS.md)
|
||||
4. [Disallow use of bind mounts (`hostPath` volumes)](DisallowHostFS.md)
|
||||
5. [Disallow `hostNetwork` and `hostPort`](DisallowHostNetworkPort.md)
|
||||
6. [Disallow `hostPID` and `hostIPC`](DisallowHostPIDIPC.md)
|
||||
7. [Disallow unknown image registries](DisallowUnknownRegistries.md)
|
||||
|
|
Loading…
Add table
Reference in a new issue