Skip to content

Commit

Permalink
chore: test checkov version
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Sierkin committed Mar 12, 2024
1 parent c6632d5 commit 521e91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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==${CHECKOV_VERSION} --break-system-packages
pip install checkov --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 521e91f

Please sign in to comment.