[Feature]: Ensure that Dockerfile
s have a healthcheck and a non-root user
#65
Labels
Dockerfile
s have a healthcheck and a non-root user
#65
Problem Statement
The current
Dockerfile
s for services, databases and loaders do not have aHEALTHCHECK
and a non-root user. Those are best practices as defined inCKV_DOCKER_2
,CKV_DOCKER_3
, see https://www.checkov.io/5.Policy%20Index/dockerfile.htmlProposed Solution
Fix all existing dockerfiles and also make sure that future dockerfiles follow this best practice
Alternatives Considered
No response
Additional Context
No response
Checklist
The text was updated successfully, but these errors were encountered: