Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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