From 6ed9ae936fa1354097d28a61e7c1176ee5bfe678 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Wed, 29 Oct 2025 23:58:42 +0100 Subject: [PATCH] build(deps): bump checkov from 3.2.487 to 3.2.489 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 4c941930..f4f63d58 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -51,7 +51,7 @@ RUN pipx ensurepath --global \ && pipx install --global \ cfn-lint==1.40.2 \ cfn-policy-validator==0.0.36 \ - checkov==3.2.487 \ + checkov==3.2.489 \ yamlpath==3.8.2 # FIXME @TL workaround until Amazon Linux gets an yq package