From 34293c8e8a94db34af6aad82cb9acc636258d49e Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 19 Oct 2025 10:39:16 +0200 Subject: [PATCH] build(deps): bump checkov from 3.2.483 to 3.2.484 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 6bea4eb4..cfb17cb7 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -51,7 +51,7 @@ RUN pipx ensurepath --global \ && pipx install --global \ cfn-lint==1.40.1 \ cfn-policy-validator==0.0.36 \ - checkov==3.2.483 \ + checkov==3.2.484 \ yamlpath==3.8.2 # FIXME @TL workaround until Amazon Linux gets an yq package