We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60f8f7 commit cd14c71Copy full SHA for cd14c71
includes/resource-graph/samples/bycat/azure-container-registry.md
@@ -14,7 +14,7 @@ Returns all the all the vulnerabilities found on container images. Azure Defende
14
```kusto
15
SecurityResources
16
| where type == 'microsoft.security/assessments'
17
-| where properties.displayName contains 'Vulnerabilities in Azure Container Registry images should be remediated'
+| where properties.displayName contains 'Container registry images should have vulnerability findings resolved'
18
| summarize by assessmentKey=name //the ID of the assessment
19
| join kind=inner (
20
securityresources
0 commit comments