You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/subassessment-rest-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ ms.date: 09/11/2023
8
8
ms.topic: how-to
9
9
---
10
10
11
-
# Container vulnerability assessments powered by Microsoft Defender Vulnerability Management subassessments
11
+
# Container vulnerability assessments REST API
12
12
13
13
Get security subassessments on all your scanned resources inside a scope.
14
14
15
15
## Overview
16
16
17
-
Use Azure Resource Graph (ARG) to access vulnerability assessment results pragmatically for both registry and runtime recommendations.
17
+
Azure Resource Graph (ARG) provides a REST API that can be used to pragmatically access vulnerability assessment results for both Azure registry and runtime vulnerabilities recommendations.
18
18
Learn more about [ARG references and query examples](/azure/governance/resource-graph/overview).
19
19
20
20
Azure container registry vulnerabilities sub assessments are published to ARG as part of the security resources. For more information see:
@@ -23,7 +23,7 @@ Azure container registry vulnerabilities sub assessments are published to ARG as
23
23
24
24
## ARG Query Examples
25
25
26
-
To pull specific sub assessments, you need the assessment key. For MDVM powered sub-assessments (AKA AzureContainerRegistryVulnerability) the key is `c0b7cfc6-3172-465a-b378-53c7ff2cc0d5`.
26
+
To pull specific sub assessments, you need the assessment key. For MDVM powered sub-assessments the key is `c0b7cfc6-3172-465a-b378-53c7ff2cc0d5`.
27
27
28
28
The following is a generic security sub assessment query example which can be used as an example to build queries with. This query pulls the first sub assessment generated in the last hour.
0 commit comments