8000 Tags · hugovk/checkov · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hugovk/checkov

Tags

2.0.461

Toggle 2.0.461's commit message
Add evaluated_keys to missing aws terraform checks (bridgecrewio#1656)

Add evaluated_keys to missing aws terraform checks.
Refactor some checks

2.0.460

Toggle 2.0.460's commit message
Merge pull request bridgecrewio#1687 from bridgecrewio/cfn_render_con…

…dition

Created condition rendering

2.0.459

Toggle 2.0.459's commit message
Merge pull request bridgecrewio#1686 from bridgecrewio/update_regress…

…ion_tests

Update regression tests and move to build.yaml

2.0.458

Toggle 2.0.458's commit message
Small bugs fixes secrets + IAMAdminPolicyDocument (bridgecrewio#1684)

* fix CFN IAMAdminPolicyDocument, and secret scanning bug

* fix cfn lint and changed the secrets check

2.0.457

Toggle 2.0.457's commit message
rename `json` package to `json_doc` (bridgecrewio#1685)

2.0.456

Toggle 2.0.456's commit message
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

2.0.455

Toggle 2.0.455's commit message
Fix attribute updates for attributes with dots (bridgecrewio#1678)

* handle attributes with dots in their name

* replace try/except with checking key validity

2.0.454

Toggle 2.0.454's commit message
Merge pull request bridgecrewio#1658 from bridgecrewio/check/CFN-CKV_…

…AWS_63

Check/cfn ckv aws 63 & 62

2.0.453

Toggle 2.0.453's commit message
Fix build.yml

2.0.452

Toggle 2.0.452's commit message
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>
0