From e8ca2a74f8cff4dab66a38af7b3f0255bc7c43d0 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Thu, 9 Oct 2025 00:17:48 +0200 Subject: [PATCH] build(deps): bump checkov from 3.2.474 to 3.2.477 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index c9a8259a..bb6c7fc8 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -51,7 +51,7 @@ RUN pipx ensurepath --global \ && pipx install --global \ cfn-lint==1.40.0 \ cfn-policy-validator==0.0.36 \ - checkov==3.2.474 \ + checkov==3.2.477 \ yamlpath==3.8.2 # FIXME @TL workaround until Amazon Linux gets an yq package