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
The current Dockerfiles for services, databases and loaders do not have a HEALTHCHECK and a non-root user. Those are best practices as defined in CKV_DOCKER_2, CKV_DOCKER_3, see https://www.checkov.io/5.Policy%20Index/dockerfile.html
Proposed Solution
Fix all existing dockerfiles and also make sure that future dockerfiles follow this best practice