Loading pkgs/development/tools/analysis/checkov/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ with py.pkgs; buildPythonApplication rec { pname = "checkov"; version = "2.3.237"; version = "2.3.246"; format = "setuptools"; src = fetchFromGitHub { owner = "bridgecrewio"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-7ugTfWv6CRj5vsrT1DvfaR39Ytct3tse+2210WBHP9g="; hash = "sha256-IDyDvwpCB/rZkaAWmAvudctT3FDDCKentqJVfM/YV7s="; }; patches = [ Loading Loading @@ -121,6 +121,7 @@ buildPythonApplication rec { "test_secret_value_in_keyword" "test_runner_verify_secrets_skip_invalid_suppressed" "test_runner_verify_secrets_skip_all_no_effect" "test_runner" ]; disabledTestPaths = [ Loading Loading
pkgs/development/tools/analysis/checkov/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ with py.pkgs; buildPythonApplication rec { pname = "checkov"; version = "2.3.237"; version = "2.3.246"; format = "setuptools"; src = fetchFromGitHub { owner = "bridgecrewio"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-7ugTfWv6CRj5vsrT1DvfaR39Ytct3tse+2210WBHP9g="; hash = "sha256-IDyDvwpCB/rZkaAWmAvudctT3FDDCKentqJVfM/YV7s="; }; patches = [ Loading Loading @@ -121,6 +121,7 @@ buildPythonApplication rec { "test_secret_value_in_keyword" "test_runner_verify_secrets_skip_invalid_suppressed" "test_runner_verify_secrets_skip_all_no_effect" "test_runner" ]; disabledTestPaths = [ Loading