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.
2 parents 25ad7bc + cd14c71 commit d7596a0Copy full SHA for d7596a0
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