Skip to content

Tags: ciphermichael90/checkov

Tags

2.0.35

Toggle 2.0.35's commit message
Merge pull request bridgecrewio#1073 from bridgecrewio/default_vpc_ch…

…eck_fixed

Default VPC check with a fixed ID

2.0.34

Toggle 2.0.34's commit message
Various checks fixes (bridgecrewio#1067)

* fixed CKV_K8S_49

* fixed cfn CKV_AWS_58 and added test

* fixed access to empty entries in k8 specs

* avoid accessing non-existing entry in serverless yml

* removed unused test

* refactor k8 runner

* fixed structure errors in EKSSecretEncryption + fixed check

* renamed get_inner_conf to be get_inner_entry and added the entry name as param

* fixed returning wrong spec

2.0.33

Toggle 2.0.33's commit message
Run recursive update_inner_attribute only for lists and dicts (bridge…

…crewio#1066)

* Run recursive update_inner_attribute only for lists and dicts

* Fix signature typing

* Find the correct place to split the curr_key

* Restructure logic

2.0.32

Toggle 2.0.32's commit message
Merge pull request bridgecrewio#1065 from bridgecrewio/fix_docs_gener…

…ator

Fix auto-generated docs

2.0.31

Toggle 2.0.31's commit message
Cloudsplaining Testing Start (bridgecrewio#1063)

* testing for cloudsplaining start

* increase of cloudsplaining version now checkov related change has been released

* move around files after cf lint failure - need to be at certain folder level to conform to some autoamtion expectations

* also update the set up file with cs ver

* latest pipenv.lock

2.0.30

Toggle 2.0.30's commit message
Merge pull request bridgecrewio#1062 from kylelaker/treat-0-ge-90

Allow 0 for Network Watcher Flow Logs retention days

2.0.29

Toggle 2.0.29's commit message
Merge pull request bridgecrewio#1061 from gruebel/fix-docker-runner

Fix single file handling for docker runner

2.0.28

Toggle 2.0.28's commit message
Merge pull request bridgecrewio#1052 from kylelaker/fix-aks-azure-pol…

…icy-check

CKV_AZURE_116: Fix Azure Policies check location

2.0.27

Toggle 2.0.27's commit message
Fix module fetching (bridgecrewio#1053)

* fix incorrect lstrip logic

* use env var or flag for external modules

* remove debug log statement

* use method arg for external modules

* fix tests

* merge master

* fix tests

2.0.26

Toggle 2.0.26's commit message
Merge pull request bridgecrewio#1048 from bridgecrewio/remove-param-i…

…n-load-external

Remove runner filters param when calling load_external_checks