-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform Static Code Analysis - scheduled scan of all directories is failing #5890
Comments
Tflint version 0.50.0 had breaking changes and introduced a bug in our terraform code, as now by default tf modules are run if they are local. |
Created a PR to fix the issue in the |
Expected Behavior
The daily SCA scan of all directories should run clean, like in this instance from about a week ago.
Errors:
Actual Behavior
The daily SCA scan of all directories fails for tflint in the
modernisation-platform/terraform/environments/core-vpc
directory, like in this instance from today,Steps to Reproduce the Problem
The workflow runs daily on schedule, see the failing alert generated daily in slack.
NOTE, the scheduled workflow run clean a week ago, so this is a new bug.
Version
for a failing workflow:
github.com/terraform-linters/tflint-ruleset-terraform, version: 0.2.1
tflint version installed on docker image in github-actions: 0.50.0
for a successful workflow:
github.com/terraform-linters/tflint-ruleset-terraform, version: 0.2.1
tflint version installed on docker image in github-actions: 0.49.0
Modules
No response
Account
No response
The text was updated successfully, but these errors were encountered: