Files
container-toolkit-action/.checkov.yaml
2025-01-08 11:58:58 -05:00

8 lines
207 B
YAML

quiet: true
skip-check:
- CKV_GHA_7
# 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