Skip to content

Commit

Permalink
bump terragrunt
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Mar 4, 2025
1 parent 98b6286 commit ab91629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,12 @@ RUN cd /src && \
go install github.com/lonegunmanb/hclmerge@$HCLMERGE_VERSION && \
go install github.com/aquasecurity/tfsec/cmd/tfsec@$TFSEC_VERSION && \
go install github.com/open-policy-agent/conftest@$CONFTEST_VERSION && \
go install github.com/gruntwork-io/terragrunt@TERRAGRUNT_VERSION && \
cd /src && \
git clone https://github.com/lonegunmanb/yor.git && \
cd yor && git checkout main && \
go install && \
cd /src && \
git clone https://github.com/lonegunmanb/terragrunt.git && \
cd terragrunt && git checkout $TERRAGRUNT_VERSION && \
go install && \
cd /src && \
git clone https://github.com/lonegunmanb/tflintenv.git && \
cd tflintenv && cd tflintenv && go install && \
cd ../tflint && go install && \
Expand Down
3 changes: 2 additions & 1 deletion version.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ TFSEC_VERSION=v1.28.13
YOR_VERSION=0.1.171
YORBOX_VERSION=818ca181419c794637fcbf9e3184d8db4a9b1458
PREVIOUS_TAG_VERSION=656b12a97270ca29998ad62e3564d08e7d4369ba
CONFTEST_VERSION=v0.58.0
CONFTEST_VERSION=v0.58.0
TERRAGRUNT_VERSION=v0.75.0

0 comments on commit ab91629

Please sign in to comment.