Skip to content

Commit

Permalink
bump dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Mar 26, 2024
1 parent 037dc64 commit ed15821
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN cd /src && \
go install mvdan.cc/gofumpt@latest && \
# go install github.com/terraform-docs/terraform-docs@$TERRAFORM_DOCS_VERSION && \
go install github.com/Azure/terraform-module-test-helper/bin/breaking_detect@$TFMOD_TEST_HELPER_VERSION && \
go install github.com/terraform-linters/tflint@$TFLINT_VERSION && \
go install github.com/securego/gosec/v2/cmd/gosec@$GOSEC_VERSION && \
# go install github.com/minamijoyo/hcledit@$HCLEDIT_VERSION && \
git clone https://github.com/lonegunmanb/hcledit.git && \
Expand All @@ -40,6 +39,11 @@ RUN cd /src && \
go install github.com/lonegunmanb/hclmerge@$HCLMERGE_VERSION && \
# curl '-#' -fL -o /tmp/yor.tar.gz https://github.com/bridgecrewio/yor/releases/download/${YOR_VERSION}/yor_${YOR_VERSION}_linux_${TARGETARCH}.tar.gz && \
# tar -xzf /tmp/yor.tar.gz -C /go/bin && chmod +x /go/bin/yor
# go install github.com/terraform-linters/tflint@$TFLINT_VERSION && \
git clone https://github.com/lonegunmanb/tflint.git && \
cd tflint && git checkout $TFLINT_VERSION && \
go install && \
cd /src && \
git clone https://github.com/lonegunmanb/yor.git && \
cd yor && git checkout main && \
go install && \
Expand Down
10 changes: 5 additions & 5 deletions version.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GOLANG_IMAGE_TAG=1.22.1
TERRAFORM_DOCS_VERSION=v0.17.1
TERRAGRUNT_VERSION=v0.55.2
TFMOD_TEST_HELPER_VERSION=v0.19.0
TFLINT_VERSION=v0.50.3
GOLANGCI_LINT_VERSION=v1.56.2
TERRAFORM_DOCS_VERSION=v0.17.2
TERRAGRUNT_VERSION=v0.55.20
TFMOD_TEST_HELPER_VERSION=v0.20.0
TFLINT_VERSION=v0.50.4
GOLANGCI_LINT_VERSION=v1.57.1
HCLEDIT_VERSION=v0.2.10.1
TERRAFORM_VERSION=1.7.5
CHECKOV_VERSION=2.2.155
Expand Down

0 comments on commit ed15821

Please sign in to comment.