carlos-lehmann

Results 2 issues of carlos-lehmann

**Describe the feature** We are updating checkov along with some other tools regularly with `ansible.builtin.pip`: ```yaml - name: Installing pip-packages for linting with fixed Versions block: - name: Installing pip-packages...

contribution requested

I'm trying to achieve something like [this](https://docs.gitlab.com/administration/object_storage/#full-example-using-the-consolidated-form-and-amazon-s3): ```ruby gitlab_rails['object_store']['enabled'] = true gitlab_rails['object_store']['proxy_download'] = false gitlab_rails['object_store']['connection'] = { 'provider' => 'AWS', 'region' => 'eu-central-1', 'aws_access_key_id' => '', 'aws_secret_access_key' => '' }...