diff --git a/.checkov_config.yaml b/.checkov_config.yaml index 523fb60..cc53215 100644 --- a/.checkov_config.yaml +++ b/.checkov_config.yaml @@ -6,17 +6,20 @@ download-external-modules: false evaluate-variables: true external-modules-download-path: .external_modules framework: -- all + - all quiet: true secrets-scan-file-type: [] skip-check: -- CKV_GHA_3 -- CKV_AZURE_119 + - CKV_GHA_3 + - CKV_AZURE_119 # Check following rules after v4.0 -- CKV2_AZURE_18 -- CKV2_AZURE_1 -- CKV2_AZURE_10 -- CKV2_AZURE_12 + - CKV2_AZURE_18 + - CKV2_AZURE_1 + - CKV2_AZURE_10 + - CKV2_AZURE_12 skip-framework: -- dockerfile + - dockerfile + - kubernetes +skip-path: + - test/vendor summary-position: top