apply suggestions from code review
Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
This commit is contained in:
parent
94fd5b9698
commit
6e8093e260
|
@ -123,7 +123,7 @@ Area of Concern for Containers | Recommendation |
|
||||||
Container Vulnerability Scanning and OS Dependency Security | As part of an image build step, you should scan your containers for known vulnerabilities.
|
Container Vulnerability Scanning and OS Dependency Security | As part of an image build step, you should scan your containers for known vulnerabilities.
|
||||||
Image Signing and Enforcement | Sign container images to maintain a system of trust for the content of your containers.
|
Image Signing and Enforcement | Sign container images to maintain a system of trust for the content of your containers.
|
||||||
Disallow privileged users | When constructing containers, consult your documentation for how to create users inside of the containers that have the least level of operating system privilege necessary in order to carry out the goal of the container.
|
Disallow privileged users | When constructing containers, consult your documentation for how to create users inside of the containers that have the least level of operating system privilege necessary in order to carry out the goal of the container.
|
||||||
Use container runtime with stronger isolation | Select [container runtime classes](/docs/concepts/containers/runtime-class/) that provides stronger isolation
|
Use container runtime with stronger isolation | Select [container runtime classes](/docs/concepts/containers/runtime-class/) that provide stronger isolation
|
||||||
|
|
||||||
## Code
|
## Code
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue