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
-**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.
42
44
43
45
> [!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.
45
47
46
48
-**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.
47
49
-**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.
49
52
- 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)).
50
53
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
+
51
57
## How does image scanning work?
52
58
53
59
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:
63
69
- 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.
64
70
65
71
> [!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.
67
73
68
74
## If I remove an image from my registry, how long before vulnerabilities reports on that image would be removed?
0 commit comments