superlint/TEMPLATES/.checkov.yaml
Marco Ferrari 901a901655
fix: add missing checkov configuration file (#5090)
Add a default (empty) configuration file for Checkov and a smoke test to
ensure that we catch the case where a default configuration file is not
present, and it should be.
2024-01-02 18:03:30 +01:00

5 lines
59 B
YAML

---
# Don't report passed checks in output
quiet: true
...