checkov: 3.2.513 -> 3.2.521

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.2.521
This commit is contained in:
Fabian Affolter
2026-04-13 22:31:52 +02:00
parent 2ec56a15f1
commit facac4e9dc
+5 -2
View File
@@ -35,14 +35,14 @@ let
in
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "checkov";
version = "3.2.513";
version = "3.2.521";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
tag = finalAttrs.version;
hash = "sha256-diPsVe8fhWKHMn02qKK91MwPqXNVFpmE8n5e9JJsDCM=";
hash = "sha256-xRVA5VPDevdq4LIcJRl/fbCn9iZA+pnw2hvDfHi0MIo=";
};
pythonRelaxDeps = [
@@ -106,6 +106,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
networkx
openai
packaging
platformdirs
policyuniverse
prettytable
pycep-parser
@@ -158,6 +159,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
"test_sast_js_filtered_files_by_ts"
# Timing sensitive
"test_non_multiline_pair_time_limit_creating_report"
# Tests want to run bash script
"test_entrypoint"
];
disabledTestPaths = [