Skip to content

Commit

Permalink
test(deps): update dependency checkov to v2.4.36 (#1449)
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 e71896d commit 668a03a
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.35
RUN install-tool checkov 2.4.36

#--------------------------------------
# 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.35
RUN install-tool checkov 2.4.36

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

0 comments on commit 668a03a

Please sign in to comment.