Skip to content

Commit d7596a0

Browse files
authored
Merge pull request #190204 from georgewallace/patch-18
Update azure-container-registry.md
2 parents 25ad7bc + cd14c71 commit d7596a0

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)