checkov: 3.3.6 -> 3.3.9

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.3.9
This commit is contained in:
Fabian Affolter
2026-08-04 11:29:27 +02:00
parent f2889e16ef
commit fdcd64d207

View File

@@ -35,18 +35,19 @@ let
in
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "checkov";
version = "3.3.6";
version = "3.3.9";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
tag = finalAttrs.version;
hash = "sha256-4wOFbEv1MVVuMpYQLs+oHQxCLw/tk++yTiR+yyLiCa8=";
hash = "sha256-XbfuMOXpG1sQgqiq42kJB3zmcKrBGhgLaopvSV0fFVY=";
};
pythonRelaxDeps = [
"aiodns" # breaking change is that it requires pycares >= 5.0.0, which is fine.
"aiohttp"
"asteval"
"bc-detect-secrets"
"bc-python-hcl2"