Skip to content

Commit

Permalink
test(deps): update dependency checkov to v2.4.35 (#1447)
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] committed Sep 13, 2023
1 parent 6f8691d commit 6cb38f2
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
Expand Up @@ -174,7 +174,7 @@ RUN set -ex \


# renovate: datasource=pypi
RUN install-tool checkov 2.4.33
RUN install-tool checkov 2.4.35

#--------------------------------------
# test pipenv-b: pipenv (multiple python)
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
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.33
RUN install-tool checkov 2.4.35

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

0 comments on commit 6cb38f2

Please sign in to comment.