你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerRegistryVulnerabilityProperties type
容器注册表漏洞评估的其他上下文字段
type ContainerRegistryVulnerabilityProperties = AdditionalData & {
assessedResourceType: "ContainerRegistryVulnerability"
cve?: Cve[]
cvss?: { [propertyName: string]: Cvss }
imageDigest?: string
patchable?: boolean
publishedTime?: Date
repositoryName?: string
type?: string
vendorReferences?: VendorReference[]
}