Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ARG TERRAFORM_TFLINT_VERSION=0.60.0
# renovate: datasource=docker depName=tenable/terrascan
ARG TERRAFORM_TERRASCAN_VERSION=1.19.9
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.13.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.14.0
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ARG TERRAFORM_TFLINT_VERSION=0.60.0
# renovate: datasource=docker depName=tenable/terrascan
ARG TERRAFORM_TERRASCAN_VERSION=1.19.9
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.13.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.14.0
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# renovate: datasource=docker depName=mvdan/shfmt
ARG BASH_SHFMT_VERSION=v3.12.0-alpine
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.13.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.14.0
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG TERRAFORM_TFLINT_VERSION=0.60.0
# renovate: datasource=docker depName=tenable/terrascan
ARG TERRAFORM_TERRASCAN_VERSION=1.19.9
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.13.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.14.0
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARG TERRAFORM_TFLINT_VERSION=0.60.0
# renovate: datasource=docker depName=tenable/terrascan
ARG TERRAFORM_TERRASCAN_VERSION=1.19.9
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.13.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.14.0
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/terraform_terraform_fmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#############################################################################################
#ARGTOP__START
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.13.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.14.0
#ARGTOP__END

#############################################################################################
Expand Down
2 changes: 1 addition & 1 deletion linters/terraform_terragrunt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#############################################################################################
#ARGTOP__START
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.13.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.14.0
#ARGTOP__END

#############################################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ linters:
- name: Salesforce Extension Pack
url: https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode

# Lightning Flow Scanner
# Lightning Flow Scanner
- linter_name: lightning-flow-scanner
disabled: true
disabled_reason: "Repo archived -> <https://github.com/Lightning-Flow-Scanner>"
Expand Down
4 changes: 2 additions & 2 deletions megalinter/descriptors/terraform.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.13.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.14.0
- FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
- COPY --link --from=terragrunt /usr/local/bin/terragrunt /usr/bin/

Expand Down Expand Up @@ -219,7 +219,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=docker depName=alpine/terragrunt
ARG TERRAFORM_TERRAGRUNT_VERSION=1.13.5
ARG TERRAFORM_TERRAGRUNT_VERSION=1.14.0
- FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
- COPY --link --from=terragrunt /bin/terraform /usr/bin/
ide:
Expand Down
Loading