Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Dec 18, 2024
1 parent 31a5683 commit aa74630
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ARG GREPT_VERSION=1a4f08c2fdc41b6a3702fa1238354c40a3fcce3e
ARG NEWRES_VERSION=a535fe92925845dfa033a3db71adf7d65511cbf3
ARG AVMFIX_VERSION=9c158444b055e845c0cc9afc7cdc88d0ab19e5eb
ARG HCLMERGE_VERSION=8735bef83162f3ee952213b16e89f8d0ac0d08f7
ARG PREVIOUS_TAG_VERSION=656b12a97270ca29998ad62e3564d08e7d4369ba
ARG TARGETARCH
COPY GNUmakefile /src/GNUmakefile
COPY scripts /src/scripts
Expand All @@ -25,7 +26,7 @@ RUN cd /src && \
go install github.com/Azure/terraform-module-test-helper/bin/breaking_detect@$TFMOD_TEST_HELPER_VERSION && \
go install github.com/securego/gosec/v2/cmd/gosec@$GOSEC_VERSION && \
go install github.com/minamijoyo/hcledit@$HCLEDIT_VERSION && \
go install github.com/lonegunmanb/previousTag@latest && \
go install github.com/lonegunmanb/previousTag@$PREVIOUS_TAG_VERSION && \
go install github.com/magodo/hclgrep@latest && \
go install github.com/golangci/golangci-lint/cmd/golangci-lint@$GOLANGCI_LINT_VERSION && \
go install github.com/lonegunmanb/avmfix@$AVMFIX_VERSION && \
Expand Down
3 changes: 2 additions & 1 deletion version.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ TERRAFORM_VERSION=1.10.2
TERRAGRUNT_VERSION=v0.69.13
TFENV=v3.0.0
TFLINT_VERSION=v0.52.0
TFMOD_TEST_HELPER_VERSION=v0.29.0
TFMOD_TEST_HELPER_VERSION=v0.29.1
TFSEC_VERSION=v1.28.10
YOR_VERSION=0.1.171
YORBOX_VERSION=818ca181419c794637fcbf9e3184d8db4a9b1458
PREVIOUS_TAG_VERSION=656b12a97270ca29998ad62e3564d08e7d4369ba

0 comments on commit aa74630

Please sign in to comment.