Skip to content

Commit cd14c71

Browse files
Update azure-container-registry.md
1 parent d60f8f7 commit cd14c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/resource-graph/samples/bycat/azure-container-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Returns all the all the vulnerabilities found on container images. Azure Defende
1414
```kusto
1515
SecurityResources
1616
| where type == 'microsoft.security/assessments'
17-
| where properties.displayName contains 'Vulnerabilities in Azure Container Registry images should be remediated'
17+
| where properties.displayName contains 'Container registry images should have vulnerability findings resolved'
1818
| summarize by assessmentKey=name //the ID of the assessment
1919
| join kind=inner (
2020
securityresources

0 commit comments

Comments
 (0)