PPawlowski
PPawlowski
**Describe the issue** Checkov ignores path to tfvars file specified in `--var-file` when file is in different directory than terraform root module. Deep analysis has been made in other PR...
**Describe the issue** I have an IaC-defined infrastructure with one root module and multiple tfvars files, making my environments unique. Since my `dev` environment does not need to be as...
I have a app running on AKS with AGIC installed. Due to the SEO stuff I need to have a redirect from `domain.com` to `www.domain.com` . How this can be...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Greenfield/Brownfield provisioning brownfield ### Terraform Version 1.3.10 ### Module Version 5.2.0 ### AzureRM...
**Describe the issue** While adding keys to the Azure KeyVault via `azurerm_key_vault_key` looped with `for_each` approach, checkov is not recognizing `key_type` properly and check `CKV_AZURE_112` fails. **Examples** main.tf: ``` provider...
### Description _No response_ ### Epic/Story _No response_ ### Have you provided an initial effort estimate for this issue? I have provided an initial effort estimate
### Description As a platform administrator, I would like to have the ability to add existing users to existing teams via API. Unfortunately, full automation of this process via API...
**Describe the issue** In terraform, in ternary operation, if condition consists of `null` comparison, checkov fails. This particular check fails on both `azurerm_kubernetes_cluster` and `azurerm_kubernetes_cluster_node_pool` . If different value is...
## Description This pull request disables the default resource requests for the local PostgreSQL database instance used in the pre-staging environment. As a result, more pre-staging environments can be created...
Although I am confident about the approach, the tool is unable to archive the artefact I expect (saved docker container image). The definition file: https://github.com/ppawlowski/driver-localfs/blob/feat-3/.github/dependency-tree.yml The workflow execution (action debug...