Remove redundant English from headings

This commit is contained in:
yeasy
2026-03-16 22:34:38 -07:00
parent bacdb2c25a
commit aff16d1921
12 changed files with 23 additions and 23 deletions

View File

@@ -200,7 +200,7 @@ grype sbom:sbom.json --add-cpes-if-none
通过分析 SBOM 中的依赖版本制定安全升级计划
### 18.6.3 镜像签名与验证Cosign/Notary
### 18.6.3 镜像签名与验证
镜像签名确保镜像的来源可信且未被篡改两种主流方案是 Cosign Notary
@@ -262,7 +262,7 @@ cosign verify myregistry.com/myapp:v1.0.0 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
```
#### Docker Content TrustDCT Notary
#### Docker Content Trust Notary
Docker Content Trust 使用 Notary 实现镜像签名 Docker 官方的签名解决方案
@@ -353,7 +353,7 @@ scan_on_push: true # 推送时自动扫描
scan_all: true # 扫描仓库中的所有镜像
```
#### 5. 政策执行Admission Controller
#### 5. 政策执行
Kubernetes 环境中使用 Admission Webhook 强制镜像签名和扫描