Skip to content

Commit 2ceeec7

Browse files
Merge pull request #250180 from tspivakms/patch-40
Update agentless-container-registry-vulnerability-assessment.md
2 parents c84f59b + 8c58883 commit 2ceeec7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

articles/defender-for-cloud/agentless-container-registry-vulnerability-assessment.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,22 @@ Container vulnerability assessment powered by MDVM (Microsoft Defender Vulnerabi
3838

3939
The triggers for an image scan are:
4040

41-
- **One-time triggering** – each image pushed or imported to a container registry is scanned shortly after being pushed or imported to a registry. In most cases, the scan is completed within a few minutes, but sometimes it may take up to an hour.
41+
- **One-time triggering**:
42+
- each image pushed or imported to a container registry is scanned after being pushed or imported to a registry. In most cases, the scan is completed within a few minutes, but sometimes it may take up to an hour.
43+
- [Preview] each image pulled from a registry is triggered to be scanned within 24 hours.
4244

4345
> [!NOTE]
44-
> While Container vulnerability assessment powered by MDVM is generally available for Defender CSPM, scan-on-push is currently in public preview.
46+
> While Container vulnerability assessment powered by MDVM is generally available for Defender CSPM, scan-on-push and scan-on-pull is currently in public preview.
4547
4648
- **Continuous rescan triggering** – Continuous rescan is required to ensure images that have been previously scanned for vulnerabilities are rescanned to update their vulnerability reports in case a new vulnerability is published.
4749
- **Re-scan** is performed once a day for:
48-
- images pushed in the last 90 days.
50+
- images pushed in the last 90 days.
51+
- [Preview] images pulled in the last 30 days.
4952
- images currently running on the Kubernetes clusters monitored by Defender for Cloud (either via [agentless discovery and visibility for Kubernetes](how-to-enable-agentless-containers.md) or the [Defender agent](tutorial-enable-containers-azure.md#deploy-the-defender-agent-in-azure)).
5053

54+
> [!NOTE]
55+
> While Container vulnerability assessment powered by MDVM is generally available for Defender CSPM, scanning images pulled in the last 30 days is currently in public preview
56+
5157
## How does image scanning work?
5258

5359
A detailed description of the scan process is described as follows:
@@ -63,7 +69,7 @@ A detailed description of the scan process is described as follows:
6369
- For customers using either [agentless discovery and visibility within Kubernetes components](concept-agentless-containers.md) or [inventory collected via the Defender agent running on AKS nodes](defender-for-containers-enable.md#deploy-the-defender-agent), Defender for Cloud also creates a [recommendation](https://ms.portal.azure.com/#view/Microsoft_Azure_Security_CloudNativeCompute/ContainersRuntimeRecommendationDetailsBlade/assessmentKey/c609cf0f-71ab-41e9-a3c6-9a1f7fe1b8d5) for remediating vulnerabilities for vulnerable images running on an AKS cluster.
6470

6571
> [!NOTE]
66-
> For Defender for Container Registries (deprecated), images are scanned once on push, and rescanned only once a week.
72+
> For Defender for Container Registries (deprecated), images are scanned once on push, on pull, and rescanned only once a week.
6773
6874
## If I remove an image from my registry, how long before vulnerabilities reports on that image would be removed?
6975

0 commit comments

Comments
 (0)