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

Tags: bridgecrewio/checkov

Tags

3.2.441

Toggle 3.2.441's commit message
chore(secrets): Revert githistory relative path (#7208)

Revert "chore(secrets): fix githistory relative path (#7202)"

This reverts commit 1f8f0dd.

3.2.440

Toggle 3.2.440's commit message
feat(secrets): Bump detect secrets (#7203)

* Bump detect secrets

* Update secret.yml

* Update secret-no-false-positive.yml

* Update Dockerfile

* Update Dockerfile.simple

* Fix tests

* Fix tests

* Updated bc-detect-secrets to fix the line number issue of private key secret

* Fixed pipfile

---------

Co-authored-by: Taylor <tsmith.v11@gmail.com>
Co-authored-by: Taylor <28880387+tsmithv11@users.noreply.github.com>

3.2.439

Toggle 3.2.439's commit message
fix(terraform): Better utilization of managed modules (if enabled) (#…

…7111)

If we have managed modules, the output from terraform should be
authoratative. This also allows checkov to scan terraform which only
pulls in a module, which contains submodules, from the root module.

3.2.438

Toggle 3.2.438's commit message
fix

3.2.437

Toggle 3.2.437's commit message
fix(terraform): Handle explicitly-specified tfvars explicitly (#7107)

fix(terraform): Handle explicitly-specified vars explicitly

* Allow for ``--var-file`` arguments outside of the tf dir to be
  handled correctly.

* Use a dict to enforce tfvars precedence, grouping vars by the directory
  for which they were defined, reducing the number of tfvar nodes added to
  the graph for a given directory.

* Create variable -> tfvars edges based on the directory for which the
  var was defined.

* Have _load_files take a list of str instead of os.DirEntry.

* Changed a usage of printf() to logging.debug()

3.2.436

Toggle 3.2.436's commit message
fix(terraform_plan): Support count in terraform plan files (#7195)

* created sanitization of module calls in terraform plan

* perform sanitization only if root module was not found

* moved test to correct file

* fix test

3.2.435

Toggle 3.2.435's commit message
fix(kubernetes): Only filter out files that contain Helm built-in var…

…iables and functions (#6922)

* Filter out files that contain Helm built-in variables and functions

* format

3.2.434

Toggle 3.2.434's commit message
fix(serverless): check if start and end line in serverless definition…

…s context (#7189)

check if start and end line in serverless definitions context

3.2.433

Toggle 3.2.433's commit message
fix(terraform_plan): add a check to avoid doing get on a none dict ob…

…ject in tfplan scan (#7180)

* add a check to avoid doing get on a none dict object

3.2.432

Toggle 3.2.432's commit message
chore(secrets): clean only if not none (#7181)

clean only if not none
0