Merge pull request #309614 from fabaff/checkov-bump

checkov: 3.2.79 -> 3.2.82
This commit is contained in:
Fabian Affolter 2024-05-07 08:42:58 +02:00 committed by GitHub
commit 37602ca3a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "checkov";
version = "3.2.79";
version = "3.2.82";
pyproject = true;
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = "checkov";
rev = "refs/tags/${version}";
hash = "sha256-FQTRvi4HLfYavaLjfXrngnT/1nOGVXvedaUq7nG6ZAk=";
hash = "sha256-lI18ZJXquESjPo2xNeN+YCpdTSMu2bdAfItnqi+5AjA=";
};
patches = [ ./flake8-compat-5.x.patch ];
@ -123,6 +123,8 @@ python3.pkgs.buildPythonApplication rec {
"test_runner"
# AssertionError: assert ['<?xml versi...
"test_get_cyclonedx_report"
# Test fails on Hydra
"test_sast_js_filtered_files_by_ts"
];
disabledTestPaths = [