Skip to content

Commit

Permalink
test(deps): update dependency checkov to v3.2.124 (#2739)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent de8b11f commit 400e666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ RUN set -ex \


# renovate: datasource=pypi
RUN install-tool checkov 3.2.108
RUN install-tool checkov 3.2.124

# test old checkov with old python
RUN install-tool python 3.7.17
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN install-tool python 3.12.3
FROM test-python as test-checkov

# renovate: datasource=pypi
RUN install-tool checkov 3.2.108
RUN install-tool checkov 3.2.124

#--------------------------------------
# Image: hashin
Expand Down

0 comments on commit 400e666

Please sign in to comment.