added .checkov.yaml
9c60a7aa
Hari Sekhon
committed
1 changed file
.checkov.yaml
/.checkov.yaml+43
/.checkov.yaml
Add comment 1 Plus  #
Add comment 2 Plus  # Author: Hari Sekhon
Add comment 3 Plus  # Date: 2022-02-21 16:53:29 +0000 (Mon, 21 Feb 2022)
Add comment 4 Plus  #
Add comment 5 Plus  # vim:ts=2:sts=2:sw=2:et
Add comment 6 Plus  #
Add comment 7 Plus  # https://github.com/HariSekhon/TeamCity-CI
Add comment 8 Plus  #
Add comment 9 Plus  # License: see accompanying Hari Sekhon LICENSE file
Add comment 10 Plus  #
Add comment 11 Plus  # 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
Add comment 12 Plus  #
Add comment 13 Plus  # https://www.linkedin.com/in/HariSekhon
Add comment 14 Plus  #
Add comment 15 Plus  
Add comment 16 Plus  # ============================================================================ #
Add comment 17 Plus  # C h e c k o v c o n f i g
Add comment 18 Plus  # ============================================================================ #
Add comment 19 Plus  
Add comment 20 Plus  # https://github.com/bridgecrewio/checkov#configuration-using-a-config-file
Add comment 21 Plus  #
Add comment 22 Plus  # This is not well documented but the fields seem to be the same as:
Add comment 23 Plus  #
Add comment 24 Plus  # checkov --help
Add comment 25 Plus  #
Add comment 26 Plus  # See master template at:
Add comment 27 Plus  #
Add comment 28 Plus  # https://github.com/HariSekhon/Templates/blob/master/.checkov.yaml
Add comment 29 Plus  
Add comment 30 Plus  ---
Add comment 31 Plus  compact: true
Add comment 32 Plus  directory:
Add comment 33 Plus   - .
Add comment 34 Plus  download-external-modules: true # without this gets lots of annoying warning lines such as '2022-02-22 16:14:40,180 [MainThread ] [WARNI] Failed to download module x/y/z:n.n.n'
Add comment 35 Plus  framework:
Add comment 36 Plus   - all
Add comment 37 Plus  no-guide: true
Add comment 38 Plus  output: cli
Add comment 39 Plus  quiet: true
Add comment 40 Plus  repo-id: HariSekhon/Teamcity-CI # what to report to Bridgecrew Cloud - without this gets annoying duplicate repos such as 'harisekhon_cli_repo/teamcity'
Add comment 41 Plus  skip-suppressions: true
Add comment 42 Plus  soft-fail: true
Add comment 43 Plus