Skip to content

Commit a54e576

Browse files
committed
[zh] sync blog: 2023-06-29-container-image-signature-verification
1 parent 89a9705 commit a54e576

File tree

3 files changed

+445
-0
lines changed

3 files changed

+445
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
flowchart TD
2+
A(创建策略\n实例) -->|命名空间添加注解\n以验证签名| B(创建 Pod)
3+
B --> C{策略评估}
4+
C --> |合格| D[fa:fa-check 允许]
5+
C --> |失败| E[fa:fa-xmark 不允许]
6+
D --> |需要时| F[镜像拉取]
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)