Commit 731b0007 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent db8103f9
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = [
@@ -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 = [