Skip to content

Commit

Permalink
chore: add checkov with the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSierkin-Ki committed Mar 12, 2024
1 parent 521e91f commit ca1aa3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG GLAB_VERSION=1.37.0
ARG GOJQ_VERSION=0.12.14
ARG YQ_VERSION=4.42.1
ARG AZURE_CLI_VERSION=2.58.0
ARG CHECKOV_VERSION=2.1.244
ARG CHECKOV_VERSION=3.2.36
ARG INFRACOST_VERSION=v0.10.34
ARG TFLINT_VERSION=0.50.3
ARG TERRAFORM_DOCS_VERSION=0.17.0
Expand All @@ -30,7 +30,7 @@ RUN set -ex && \
RUN set -ex && \
pip install --upgrade pip --break-system-packages && \
pip install --upgrade setuptools --break-system-packages && \
pip install checkov --break-system-packages
pip install checkov==${CHECKOV_VERSION} --break-system-packages

# Download and install Infracost
RUN curl -LOs https://github.com/infracost/infracost/releases/download/${INFRACOST_VERSION}/infracost-linux-amd64.tar.gz && \
Expand Down

0 comments on commit ca1aa3b

Please sign in to comment.