diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c20f60..2f776da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,14 +2,14 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - - repo: https://github.com/hadolint/hadolint - rev: master - hooks: - - id: hadolint-docker - stages: [commit] + # - repo: https://github.com/hadolint/hadolint + # rev: v2.12.0 + # hooks: + # - id: hadolint-docker + # stages: [commit] diff --git a/Dockerfile b/Dockerfile index 8d9ea31..ce08e18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ FROM docker.io/mikefarah/yq:$YQ_VERSION as yq FROM quay.io/terraform-docs/terraform-docs:$TERRAFORM_DOCS_VERSION as tfdocs FROM ghcr.io/terraform-linters/tflint:$TFLINT_VERSION as tflint FROM docker.io/aquasec/tfsec-alpine:$TFSEC_VERSION as tfsec -FROM docker.io/hashicorp/vault:${VAULT_VERSION} as vault +FROM docker.io/hashicorp/vault:${VAULT_VERSION} as vault FROM docker.io/hashicorp/terraform:$TERRAFORM_VERSION as tf