Files
container-toolkit-action/.github/linters/.checkov.yml
2024-02-22 09:12:34 -05:00

7 lines
193 B
YAML

quiet: true
skip-check:
# Ensure that HEALTHCHECK instructions have been added to container images
- CKV_DOCKER_2
# Ensure that a user for the container has been created
- CKV_DOCKER_3