Files
container-toolkit-action/.github/linters/.checkov.yaml
2024-08-22 11:49:44 -04: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