Skip to content

Commit

Permalink
Revert "Lock checkov to older version"
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkelliott authored Dec 12, 2022
1 parent d0f0fde commit 5143d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-static-analysis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
unzip \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install --upgrade pip && pip3 install --upgrade setuptools
RUN pip3 install checkov==2.1.236
RUN pip3 install checkov

#Install tflint
RUN curl https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
Expand Down

0 comments on commit 5143d02

Please sign in to comment.