-
### Summary
I'm encountering an issue when using the `tflint --recursive --filter='.//**'` command. It seems that the command is not working as expected, and I'd like to report this as a potential bu…
-
E.g.
```
# bad
resource "aws_iam_role" "aws"
resource "aws_iam_role" "aws_iam"
resource "aws_iam_role" "role"
resource "aws_iam_role" "iam-role"
# good
resource "aws_iam_role" "default"
r…
-
```
Terraform validate with tflint...........................................Failed
- hook id: terraform_tflint
- exit code: 1
Command 'tflint --init' failed:
Installing `google` plugin...
Fai…
-
### Describe the bug
When running terraform_checkov without any fail flags any matching rule will result in a failed result.
However when the `--soft-fail` and `--hard-fail-on MEDIUM` flags are …
-
**Describe the bug**
TF lint initialization is failing. Noticed an tailing ":" at the end of the aws plugin download during tflint init which is giving not-found message when opened in browser
**T…
-
**Describe the bug**
It looks like `tflint` doesn't work in megalinter 7.0.x.
Details: https://github.com/ruzickap/k8s-tf-eks-gitops/actions/runs/5114199496/jobs/9194202870
```text
❌ Linted [T…
-
### Describe the bug
I have a tree structure where my tf files are not in the root but in a subfolder.
```
/ # Project Root
|_ blueprint
|_ main.tf
|_ variables.tf
|_ *.tf…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
This repository currently has no…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Our default branch is `main`, but super-linter sets a non-existent branch named `master` (`[I…
-
Hi,
Currently, the rule for checking the private_key checks for content containing `BEGIN PRIVATE KEY` and `END PRIVATE KEY`, but we are using RSA-based private keys which contain the following text …