Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update dependency checkov to v2.4.39 #1454

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ RUN set -ex \


# renovate: datasource=pypi
RUN install-tool checkov 2.4.37
RUN install-tool checkov 2.4.39

#--------------------------------------
# test pipenv-b: pipenv (multiple python)
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN install-tool python 3.11.5
FROM test-python as test-checkov

# renovate: datasource=pypi
RUN install-tool checkov 2.4.37
RUN install-tool checkov 2.4.39

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