Skip to content

Commit

Permalink
Upgrade tflint to v0.50.1 (#3299)
Browse files Browse the repository at this point in the history
Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
nvuillam and nvuillam authored Jan 20, 2024
1 parent c28d013 commit 3bc406e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM checkmarx/kics:alpine as kics
FROM trufflesecurity/trufflehog:latest as trufflehog
FROM jdkato/vale:latest as vale
FROM lycheeverse/lychee:latest-alpine as lychee
FROM ghcr.io/terraform-linters/tflint:v0.50.0 as tflint
FROM ghcr.io/terraform-linters/tflint:v0.50.1 as tflint
FROM tenable/terrascan:1.18.11 as terrascan
FROM alpine/terragrunt:latest as terragrunt
# Next FROM line commented because already managed by another linter
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FROM zricethezav/gitleaks:v8.18.1 as gitleaks
FROM checkmarx/kics:alpine as kics
FROM trufflesecurity/trufflehog:latest as trufflehog
FROM lycheeverse/lychee:latest-alpine as lychee
FROM ghcr.io/terraform-linters/tflint:v0.50.0 as tflint
FROM ghcr.io/terraform-linters/tflint:v0.50.1 as tflint
FROM tenable/terrascan:1.18.11 as terrascan
FROM alpine/terragrunt:latest as terragrunt
# Next FROM line commented because already managed by another linter
Expand Down
2 changes: 1 addition & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN GOBIN=/usr/bin go install github.com/checkmarx/[email protected]
FROM zricethezav/gitleaks:v8.18.1 as gitleaks
FROM checkmarx/kics:alpine as kics
FROM trufflesecurity/trufflehog:latest as trufflehog
FROM ghcr.io/terraform-linters/tflint:v0.50.0 as tflint
FROM ghcr.io/terraform-linters/tflint:v0.50.1 as tflint
FROM tenable/terrascan:1.18.11 as terrascan
FROM alpine/terragrunt:latest as terragrunt
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM checkmarx/kics:alpine as kics
FROM trufflesecurity/trufflehog:latest as trufflehog
FROM jdkato/vale:latest as vale
FROM lycheeverse/lychee:latest-alpine as lychee
FROM ghcr.io/terraform-linters/tflint:v0.50.0 as tflint
FROM ghcr.io/terraform-linters/tflint:v0.50.1 as tflint
FROM tenable/terrascan:1.18.11 as terrascan
FROM alpine/terragrunt:latest as terragrunt
# Next FROM line commented because already managed by another linter
Expand Down
2 changes: 1 addition & 1 deletion linters/terraform_tflint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## @generated by .automation/build.py using descriptor files, please do not update manually ##
#############################################################################################
#FROM__START
FROM ghcr.io/terraform-linters/tflint:v0.50.0 as tflint
FROM ghcr.io/terraform-linters/tflint:v0.50.1 as tflint
#FROM__END

##################
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/terraform.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ linters:
- "tflint -c .tflint.hcl"
install:
dockerfile:
- FROM ghcr.io/terraform-linters/tflint:v0.50.0 as tflint
- FROM ghcr.io/terraform-linters/tflint:v0.50.1 as tflint
- COPY --link --from=tflint /usr/local/bin/tflint /usr/bin/
# TERRASCAN
- class: TerrascanLinter
Expand Down

0 comments on commit 3bc406e

Please sign in to comment.