Skip to content

Tags: tomasnar/checkov

Tags

2.0.1113

Toggle 2.0.1113's commit message
Github - Add check for assoc branch protection bridgecrewio#2902 (bri…

…dgecrewio#2915)

* Add check for assoc branch protection bridgecrewio#2902

* Update Pipfile

Co-authored-by: Anton Grübel <[email protected]>

* revert loclfile changes

Co-authored-by: Anton Grübel <[email protected]>

2.0.1112

Toggle 2.0.1112's commit message
change request body for scan endpoint (bridgecrewio#2918)

2.0.1111

Toggle 2.0.1111's commit message
adding request_wrapper for overcoming ConnectionErrors (bridgecrewio#…

…2907)

* adding request_wrapper for avoiding error of 'Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')

* adding the prefix "CHECKOV_" to the env-vars and casting them to the required number values

* adding comment to the new change

* adding while loop and make the request_max_tries request_sleep_between_tries defined when creating instance (for better controlling them during UTs)

* adding UTs

* fix PRs comments

* fix lint

* add request_wrapper in twistcli + UTs

* create global request_wrapper in http_utils.py + passing the UTs

* adding test for post result

* adding test for post result

* own review

* fix small incorresponding

* fix lint

* invoke tests again

* adding the flag should_call_raise_for_status for not breaking the existing behavior

Co-authored-by: ipeleg <[email protected]>

2.0.1110

Toggle 2.0.1110's commit message
fix integration tests

2.0.1109

Toggle 2.0.1109's commit message
use caching for os.path.dirname calculation (bridgecrewio#2910)

2.0.1108

Toggle 2.0.1108's commit message
Merge pull request bridgecrewio#2906 from gruebel/skip-existing-resource

skip existing bicep resource

2.0.1107

Toggle 2.0.1107's commit message
Fix some checks validations (bridgecrewio#2903)

* fix checks

* another fix

* allow str ports

* remove redaundant import

* remove

2.0.1106

Toggle 2.0.1106's commit message
Improve CFN variable rendering runtime (bridgecrewio#2904)

* extract _extract_vertices_block_name_map once

* removed unused import

2.0.1105

Toggle 2.0.1105's commit message
Merge pull request bridgecrewio#2898 from bridgecrewio/image-referenc…

…e-flow

ut to check image reference flow is triggering image scan flow calls

2.0.1104

Toggle 2.0.1104's commit message
Merge pull request bridgecrewio#2881 from gruebel/disbale-tf-graph

add possibility to disable TF graph creation