-
### Summary
The SARIF format files produced are not valid according to the SARIF Validator at https://www.sarif.info/Validation
To Reproduce
Steps to reproduce the behavior:
1. Install the windo…
-
```
resource "azurerm_virtual_machine" "example" {
name = local.vm_name
location = azurerm_resource_group.main.location
storage_os_disk {
name =…
-
Found a bug? You're welcome to [![GitHub Discussions](https://img.shields.io/badge/chat-discussions-blue.svg?style=flat-square)](https://github.com/Checkmarx/kics/discussions)
- **Please make sur…
-
### Summary
I am trying to recusrively scan a directory by name, which should be:
`tflint --recursive $dirname` and I get an error. But when I go into that same directory and add `.` as the direct…
-
### Description
Hi,
I tried to download go-getter `v1.7.0` today as part of initializing the dev environment for Hashicorp's AWS Terraform provider. The md5 hash of the zip returns some worrying r…
-
### Summary
Using tflint with `--chdir` or `--recursive` fails to call terraform functions like `filesha256` or `file` if the functions reference files using `${path.module}`. In addition the `tflint…
-
## Introduction
Allow plugin version to be specified as commit hash, as well as tag. Similar to pinning GitHub Actions versions to a commit.
## Proposal
For example, instead of
```hcl
plu…
-
### Describe the bug
Latest version of Tflint hangs when running pre-commit. Left for over an hour and it can only be cancelled with a `CTRL+C`. I've installed a previously working version (v0.41.0…
-
The following ...
```
data "aws_iam_policy_document" "vpc_flow_logs_kms" {
statement {
sid = "AdminVPCFlowLogs"
effect = "Allow"
resources = ["*"]
actions = ["kms…
-
When submitting a provider to this module, terraform produces a warning about undefined providers.
For example, terraform like:
```tf
provider "aws" {
region = "us-east-1"
alias = "us…