Skip to content

Commit

Permalink
test(deps): update dependency checkov to v3.2.286 (main) (#3584)
Browse files Browse the repository at this point in the history
test(deps): update dependency checkov to v3.2.286

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent bd92935 commit 1e2b57e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ FROM build AS test-python
RUN install-tool python 3.12.7

# renovate: datasource=pypi
RUN install-tool checkov 3.2.269
RUN install-tool checkov 3.2.286
# renovate: datasource=pypi
RUN install-tool conan 2.9.2
# renovate: datasource=pypi
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN install-tool python 3.12.7
FROM test-python AS test-checkov

# renovate: datasource=pypi
RUN install-tool checkov 3.2.269
RUN install-tool checkov 3.2.286

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

0 comments on commit 1e2b57e

Please # to comment.