1 changed file
.checkov.yaml | ||
Add comment 24 # checkov --help
Add comment 25
Add comment 26 ---
Add comment 27 Minus #branch: develop
Add comment 27 Plus #branch: master
Add comment 28 #check:
Add comment 29 # - CKV_DOCKER_1
Add comment 30 compact: true
Add comment 35 - github-actions
Add comment 36 - kubernetes-templates
Add comment 37 - terraform-templates
Add comment 38 Minus #docker-image: sample-image
Add comment 38 Plus #docker-image: harisekhon/bash-tools
Add comment 39 #dockerfile-path: Dockerfile
Add comment 40 Minus #download-external-modules: true
Add comment 40 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 41 #evaluate-variables: true
Add comment 42 #external-checks-dir:
Add comment 43 # - sample-dir
Add comment 47 no-guide: true
Add comment 48 output: cli
Add comment 49 quiet: true
Add comment 50 Minus #repo-id: bridgecrew/sample-repo
Add comment 50 Plus #repo-id: HariSekhon/DevOps-Bash-tools # what to report to Bridgecrew Cloud - without this gets annoying duplicate repos such as 'harisekhon_cli_repo/bash-tools'
Add comment 51 #skip-check:
Add comment 52 # - CKV_DOCKER_3
Add comment 53 # - CKV_DOCKER_2