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
policy type that validates whether your images are Docker Hardened Images or are
21
21
built using a DHI as the base image. This policy checks for valid Docker signed
22
22
verification summary attestations.
@@ -43,9 +43,11 @@ images and layers.
43
43
## Evaluate DHI policy compliance for your images
44
44
45
45
When you enable Docker Scout for your repositories, Docker Scout automatically
46
-
provides default policies, including the [**Valid Docker Hardened Image (DHI) or DHI base image**](/manuals/scout/policy/#valid-docker-hardened-image-dhi-or-dhi-base-image)
47
-
policy. This policy validates whether your images are DHIs or built with DHI base
48
-
images by checking for Docker signed verification summary attestations.
46
+
provides default policies, including the [**Valid Docker Hardened Image (DHI) or
0 commit comments