You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/.checkov.yaml

42 lines
1.0 KiB
YAML

#
# Author: Hari Sekhon
# Date: 2022-02-21 16:53:29 +0000 (Mon, 21 Feb 2022)
#
# vim:ts=2:sts=2:sw=2:et
#
# https://github.com/HariSekhon/DevOps-Bash-Tools
#
# License: see accompanying Hari Sekhon LICENSE file
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# C h e c k o v c o n f i g
# ============================================================================ #
# https://github.com/bridgecrewio/checkov#configuration-using-a-config-file
#
# This is not well documented but the fields seem to be the same as:
#
# checkov --help
---
compact: true
directory:
- .
skip-path:
- sql
- templates
docker-image: harisekhon/bash-tools
framework:
- all
no-guide: true
output: cli
quiet: true
#repo-id: bridgecrew/sample-repo
skip-suppressions: true
soft-fail: true