Skip to content

Commit

Permalink
test(deps): update dependency checkov to v2.4.33 (#1444)
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 12, 2023
1 parent 4b98ca9 commit 868a3ed
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.32
RUN install-tool checkov 2.4.33

#--------------------------------------
# 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.32
RUN install-tool checkov 2.4.33

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

0 comments on commit 868a3ed

Please sign in to comment.