-
Couldn't load subscription status.
- Fork 1k
Closed
Description
docker-bench-security/tests/4_container_images.sh
Lines 138 to 142 in 93c619f
| imgName=$(docker inspect --format='{{.RepoTags}}' "$img" 2>/dev/null) | |
| if ! [ "$imgName" = '[]' ]; then | |
| warn " * No Healthcheck found: $imgName" | |
| no_health_images="$no_health_images $imgName" | |
| fi |
The 4.6 check is supposed to display, as a list, all images that are discrepant. However, this check is based on the inclusion of a repotag field which some images may not have.
Metadata
Metadata
Assignees
Labels
No labels