mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
901a901655
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.
4 lines
59 B
YAML
4 lines
59 B
YAML
---
|
|
# Don't report passed checks in output
|
|
quiet: true
|
|
...
|