lol

Merge pull request #309614 from fabaff/checkov-bump

checkov: 3.2.79 -> 3.2.82

authored by

Fabian Affolter and committed by
GitHub
37602ca3 0926e111

+4 -2
+4 -2
pkgs/development/tools/analysis/checkov/default.nix
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "checkov"; 9 - version = "3.2.79"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "bridgecrewio"; 14 repo = "checkov"; 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-FQTRvi4HLfYavaLjfXrngnT/1nOGVXvedaUq7nG6ZAk="; 17 }; 18 19 patches = [ ./flake8-compat-5.x.patch ]; ··· 123 "test_runner" 124 # AssertionError: assert ['<?xml versi... 125 "test_get_cyclonedx_report" 126 ]; 127 128 disabledTestPaths = [
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "checkov"; 9 + version = "3.2.82"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "bridgecrewio"; 14 repo = "checkov"; 15 rev = "refs/tags/${version}"; 16 + hash = "sha256-lI18ZJXquESjPo2xNeN+YCpdTSMu2bdAfItnqi+5AjA="; 17 }; 18 19 patches = [ ./flake8-compat-5.x.patch ]; ··· 123 "test_runner" 124 # AssertionError: assert ['<?xml versi... 125 "test_get_cyclonedx_report" 126 + # Test fails on Hydra 127 + "test_sast_js_filtered_files_by_ts" 128 ]; 129 130 disabledTestPaths = [