Skip to content

Commit de922ae

Browse files
authored
Merge pull request #36562 from windsonsea/secovy
Fix typo and consistency: /security/overview.md
2 parents b76a703 + 922aed0 commit de922ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/en/docs/concepts/security/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ Here are links to some of the popular cloud providers' security documentation:
5656
IaaS Provider | Link |
5757
-------------------- | ------------ |
5858
Alibaba Cloud | https://www.alibabacloud.com/trust-center |
59-
Amazon Web Services | https://aws.amazon.com/security/ |
60-
Google Cloud Platform | https://cloud.google.com/security/ |
61-
Huawei Cloud | https://www.huaweicloud.com/securecenter/overallsafety.html |
59+
Amazon Web Services | https://aws.amazon.com/security |
60+
Google Cloud Platform | https://cloud.google.com/security |
61+
Huawei Cloud | https://www.huaweicloud.com/securecenter/overallsafety |
6262
IBM Cloud | https://www.ibm.com/cloud/security |
6363
Microsoft Azure | https://docs.microsoft.com/en-us/azure/security/azure-security |
64-
Oracle Cloud Infrastructure | https://www.oracle.com/security/ |
65-
VMWare VSphere | https://www.vmware.com/security/hardening-guides.html |
64+
Oracle Cloud Infrastructure | https://www.oracle.com/security |
65+
VMware vSphere | https://www.vmware.com/security/hardening-guides |
6666

6767
{{< /table >}}
6868

@@ -124,7 +124,7 @@ Area of Concern for Containers | Recommendation |
124124
Container Vulnerability Scanning and OS Dependency Security | As part of an image build step, you should scan your containers for known vulnerabilities.
125125
Image Signing and Enforcement | Sign container images to maintain a system of trust for the content of your containers.
126126
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.
127-
Use container runtime with stronger isolation | Select [container runtime classes](/docs/concepts/containers/runtime-class/) that provide stronger isolation
127+
Use container runtime with stronger isolation | Select [container runtime classes](/docs/concepts/containers/runtime-class/) that provide stronger isolation.
128128

129129
## Code
130130

0 commit comments

Comments
 (0)