Files
container-prebuilt-action/.github/linters/.checkov.yaml
T
2024-08-22 11:54:34 -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