SV-235839r627644_rule
V-235839
SRG-APP-000386
DKER-EE-003610
CAT II
10
This fix only applies to the UCP component of Docker Enterprise.
Pull and run only signed images on a UCP cluster.
via CLI:
Linux: When using a client bundle, set the "DOCKER_CONTENT_TRUST" environment variable to a value of "1" prior the execution of any of the following commands: docker push, docker build, docker create, docker pull and docker run.
This check only applies to the UCP component of Docker Enterprise.
Verify that all images sitting on a UCP cluster are signed.
via CLI:
Linux: As a Docker EE Admin, execute the following commands using a client bundle:
docker trust inspect $(docker images | awk '{print $1 ":" $2}')
Verify that all image tags in the output have valid signatures.
If the images are not signed, this is a finding.
V-235839
False
DKER-EE-003610
This check only applies to the UCP component of Docker Enterprise.
Verify that all images sitting on a UCP cluster are signed.
via CLI:
Linux: As a Docker EE Admin, execute the following commands using a client bundle:
docker trust inspect $(docker images | awk '{print $1 ":" $2}')
Verify that all image tags in the output have valid signatures.
If the images are not signed, this is a finding.
M
5281