**实现示例**
```ts
type Sig = { alg: 'RS256'; kid: string; b64: string }
type Image = { project: string; repo: string; tag: string; digest: string }
type Policy = { allowProjects: Set
**实现示例**
```ts
type Sig = { alg: 'RS256'; kid: string; b64: string }
type Image = { project: string; repo: string; tag: string; digest: string }
type Policy = { allowProjects: Set
发表评论 取消回复