Skip to content

Commit

Permalink
Release v1.1.2 (#10)
Browse files Browse the repository at this point in the history
* Adds poetry

* Updates checkov
  • Loading branch information
egonbraun committed Jan 27, 2024
1 parent 6e99163 commit 8d5bf31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -346,13 +346,15 @@ RUN curl -fsSL https://pyenv.run | bash \
# ENV
#

ENV VERSION_CHECKOV="3.1.67"
ENV VERSION_CHECKOV="3.1.70"
ENV VERSION_POETRY="1.7.1"

#
# PYTHON
#

RUN pipx install "checkov==${VERSION_CHECKOV}"
RUN pipx install "checkov==${VERSION_CHECKOV}" \
&& pipx install "poetry==${VERSION_POETRY}"

# ----------------------------------------------------------------------------------------------------------------------
# CONFIGURE DIRENV
Expand Down

0 comments on commit 8d5bf31

Please sign in to comment.