docs: Initial docs improvement (#218)

This commit is contained in:
Maksym Vlasov 2021-09-09 12:38:43 +03:00 committed by GitHub
commit 5daffe8727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 153 additions and 53 deletions

View file

@ -2,7 +2,7 @@ FROM ubuntu:18.04
ARG PRE_COMMIT_VERSION="2.11.1"
ARG TERRAFORM_VERSION="0.15.0"
ARG TFSEC_VERSION="v0.39.21"
ARG TFSEC_VERSION="v0.39.21"
ARG TERRAFORM_DOCS_VERSION="v0.12.0"
ARG TFLINT_VERSION="v0.27.0"
ARG CHECKOV_VERSION="1.0.838"
@ -33,4 +33,4 @@ RUN tflint --help
RUN tfsec --help
RUN checkov --help
ENTRYPOINT [ "pre-commit" ]
ENTRYPOINT [ "pre-commit" ]