From 0316371c539f92ca704f0db58a470164cb72f161 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 5 Oct 2025 18:41:05 +0200 Subject: [PATCH] build(deps): bump checkov from 3.2.473 to 3.2.474 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 73ee3e57..4de5c224 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.473 \ + checkov==3.2.474 \ yamlpath==3.8.2 # FIXME @TL workaround until Amazon Linux gets an yq package