Tags: hugovk/checkov
Tags
Add evaluated_keys to missing aws terraform checks (bridgecrewio#1656) Add evaluated_keys to missing aws terraform checks. Refactor some checks
Merge pull request bridgecrewio#1687 from bridgecrewio/cfn_render_con… …dition Created condition rendering
Merge pull request bridgecrewio#1686 from bridgecrewio/update_regress… …ion_tests Update regression tests and move to build.yaml
Small bugs fixes secrets + IAMAdminPolicyDocument (bridgecrewio#1684) * fix CFN IAMAdminPolicyDocument, and secret scanning bug * fix cfn lint and changed the secrets check
Multiline output support | Update `entrypoint.sh` (bridgecrewio#1644) * Update entrypoint.sh Multiline `CHECKOV_RESULTS` fails. That is because the set-output notation only works on single line input * Update entrypoint.sh Also make `CHECKOV_RESULTS` available to subsequent steps as and env variable * validate env var set Mitigate the following error to set env var ``` Error: Unable to process command '::set-env name=CHECKOV_RESULTS::| | check_id | file | resource | check_name | guideline |' successfully. Error: The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ ``` * config file test * config file test * multiline output accessible via env var
Fix attribute updates for attributes with dots (bridgecrewio#1678) * handle attributes with dots in their name * replace try/except with checking key validity
Merge pull request bridgecrewio#1658 from bridgecrewio/check/CFN-CKV_… …AWS_63 Check/cfn ckv aws 63 & 62
use fork for multiprocessing (bridgecrewio#1669) * use fork for multiprocessing * add commented out blocks for each approach for troubleshooting * add windows check for multiprocess * Add OS-level tests * Fix file loading * clean up commented code * fix test Co-authored-by: nimrodkor <nimrodkor@gmail.com>
PreviousNext