From c04eff7c985a539b77faefd16e8d94d4a06337c5 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 12 Oct 2025 22:30:31 +0200 Subject: [PATCH] build(deps): bump checkov from 3.2.477 to 3.2.483 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index bb6c7fc8..a418daf1 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.477 \ + checkov==3.2.483 \ yamlpath==3.8.2 # FIXME @TL workaround until Amazon Linux gets an yq package